测试用例支持 转大写、转小写
This commit is contained in:
@@ -14,5 +14,7 @@ export type TestCase = {
|
||||
output: {
|
||||
camelCase: string
|
||||
pascalCase: string
|
||||
upperCase?: string
|
||||
lowerCase?: string
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user