Skip to content

Commit df53bfb

Browse files
committed
add test
1 parent 95ef48a commit df53bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-ts/src/openApi/common/parser/__tests__/sanitize.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('sanitizeNamespaceIdentifier', () => {
2727
{ expected: 'æbc', input: 'æbc' },
2828
{ expected: 'æb-c', input: 'æb.c' },
2929
{ expected: 'æb-c', input: '1æb.c' },
30-
{ expected: 'a-b-c--d--e', input: 'a/b{c}/d/$e' },
30+
{ expected: 'a-b-c--d---e', input: 'a/b{c}/d/$+e' },
3131
])(
3232
'sanitizeNamespaceIdentifier($input) -> $expected',
3333
({ expected, input }) => {

0 commit comments

Comments
 (0)