Skip to content

Commit bd3f4f8

Browse files
committed
test(3.3): add multiple line test
1 parent d81b138 commit bd3f4f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test/3.3-test.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,26 @@ tester.run("3.3.かっこ類と隣接する文字の間のスペースの有無"
3232
column: 4
3333
}
3434
]
35+
},{
36+
text: `TEST
37+
38+
- TODO
39+
40+
これは 「ダメ」です
41+
`,
42+
output: `TEST
43+
44+
- TODO
45+
46+
これは「ダメ」です
47+
`,
48+
errors: [
49+
{
50+
message: "かっこの外側、内側ともにスペースを入れません。",
51+
line: 5,
52+
column: 4
53+
}
54+
]
3555
}
3656
]
3757
});

0 commit comments

Comments
 (0)