Skip to content

Commit a56c4e8

Browse files
committed
Fix test
1 parent 41b5e8c commit a56c4e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maml.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ test('array with comments', () => {
101101
test('string', () => {
102102
parse(`""`)
103103
parse(`"a"`)
104-
parse(`"a\nb"`)
105104

106105
// Testing multiline string is not possible,
107106
// as peggy parser does not support lookaheads.

0 commit comments

Comments
 (0)