We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e484e commit b79da99Copy full SHA for b79da99
1 file changed
tests/compliance/basic.json
@@ -18,6 +18,22 @@
18
"expression": "foo\n.\nbar\n.baz",
19
"result": "correct"
20
},
21
+ {
22
+ "expression": "foo . bar . baz",
23
+ "result": "correct"
24
+ },
25
26
+ "expression": "foo\t.\tbar\t.\tbaz",
27
28
29
30
+ "expression": "foo\r.\rbar\r.\rbaz",
31
32
33
34
+ "expression": "foo\r\n.\r\nbar\r\n.\r\nbaz",
35
36
37
{
38
"expression": "foo.bar.baz.bad",
39
"result": null
0 commit comments