Skip to content

Commit 9d6a1dd

Browse files
committed
format
1 parent 6ff9195 commit 9d6a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/utils/escape.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { escape_html } from './escape.js';
44
test('escape_html_attr escapes special attribute characters', () => {
55
assert.equal(
66
escape_html('some "values" are &special here, <others> aren\'t.', true),
7-
'some &quot;values&quot; are &amp;special here, <others> aren\'t.'
7+
"some &quot;values&quot; are &amp;special here, <others> aren't."
88
);
99
});
1010

0 commit comments

Comments
 (0)