Fix a bug for single dollar sign macro
This commit is contained in:
@@ -23,6 +23,7 @@ mod rule_parsing {
|
||||
check("($($i:ident)*) => ($_)");
|
||||
check("($($true:ident)*) => ($true)");
|
||||
check("($($false:ident)*) => ($false)");
|
||||
check("($) => ($)");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user