aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_mbe/src/tests.rs')
-rw-r--r--crates/ra_mbe/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_mbe/src/tests.rs b/crates/ra_mbe/src/tests.rs
index cb228702f..1dba82915 100644
--- a/crates/ra_mbe/src/tests.rs
+++ b/crates/ra_mbe/src/tests.rs
@@ -23,6 +23,7 @@ mod rule_parsing {
23 check("($($i:ident)*) => ($_)"); 23 check("($($i:ident)*) => ($_)");
24 check("($($true:ident)*) => ($true)"); 24 check("($($true:ident)*) => ($true)");
25 check("($($false:ident)*) => ($false)"); 25 check("($($false:ident)*) => ($false)");
26 check("($) => ($)");
26 } 27 }
27 28
28 #[test] 29 #[test]