Skip to content

Commit b1e050f

Browse files
committed
(test) add test for property name starts with dollar
1 parent b69dae5 commit b1e050f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grammar.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ mod test {
8181
"abc.[0].[nice]",
8282
"some-name",
8383
"this.[0].ok",
84+
"[$id]",
8485
];
8586
for i in s.iter() {
8687
assert_rule!(Rule::reference, i);

0 commit comments

Comments
 (0)