aboutsummaryrefslogtreecommitdiff
path: root/runtime/Python/tests/t048rewrite.g
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Python/tests/t048rewrite.g')
-rw-r--r--runtime/Python/tests/t048rewrite.g9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/Python/tests/t048rewrite.g b/runtime/Python/tests/t048rewrite.g
new file mode 100644
index 0000000..4103b82
--- /dev/null
+++ b/runtime/Python/tests/t048rewrite.g
@@ -0,0 +1,9 @@
+lexer grammar t048rewrite;
+options {
+ language=Python;
+}
+
+A: 'a';
+B: 'b';
+C: 'c';
+