Skip to content

Commit 197324f

Browse files
authored
Update pascal-case.ts
1 parent ba452c4 commit 197324f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-d/pascal-case.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ expectType<PascalCase<'fooBAR:biz', {splitOnPunctuation: true; preserveConsecuti
3434
expectType<PascalCase<'foo-bar::01', {splitOnPunctuation: true}>>('FooBar01');
3535
expectType<PascalCase<'foo-bar::01', {splitOnPunctuation: true; splitOnNumbers: false}>>('FooBar01');
3636
expectType<PascalCase<'foo-bar::01', {splitOnPunctuation: true; splitOnNumbers: true}>>('FooBar01');
37-

0 commit comments

Comments
 (0)