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 009e6f0 commit 0475a50Copy full SHA for 0475a50
test/corpus/exprs.txt
@@ -24,23 +24,32 @@ Parses example 2
24
(fieldname
25
(id))
26
(expr
27
- (string))))
+ (string
28
+ (string_start)
29
+ (string_content)
30
+ (string_end)))))
31
(member
32
(field
33
34
35
36
37
- (string))
38
39
40
41
+ (string_end)))
42
(binaryop)
43
44
45
(self))
46
(id)))
47
48
- (string))))))))
49
50
51
52
+ (string_end)))))))))
53
54
55
@@ -55,4 +64,7 @@ Parses example 2
64
56
65
57
66
58
- (string)))))))))
67
68
69
70
+ (string_end))))))))))
0 commit comments