You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/tests/syntax.json
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@
36
36
"src": "hello {|world|}",
37
37
"exp": "hello world"
38
38
},
39
+
{
40
+
"description": "message -> simple-message -> s simple-start pattern -> s simple-start-char pattern -> ...",
41
+
"src": "\n hello\t",
42
+
"exp": "\n hello\t"
43
+
},
39
44
{
40
45
"src": "hello {$place}",
41
46
"params": [
@@ -134,6 +139,11 @@
134
139
"src": ".input{$x}{{}}",
135
140
"exp": ""
136
141
},
142
+
{
143
+
"description": "message -> complex-message -> s *(declaration [s]) complex-body s -> s declaration complex-body s -> s input-declaration complex-body s -> s input variable-expression complex-body s",
0 commit comments