fix(core): update

This commit is contained in:
2023-08-31 16:31:23 +02:00
parent 14ba4465d9
commit 1fc95fcf0e
5 changed files with 1705 additions and 500 deletions

View File

@ -9,8 +9,7 @@ tap.test('should normalize a string', async () => {
`;
const normalizedString = smartstring.normalize.standard(testString);
expect(normalizedString).toEqual(
`
myawesome string;
`myawesome string;
is indented with two spaces
`
);