summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/modules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/modules.txt')
-rw-r--r--test/prism/fixtures/modules.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/prism/fixtures/modules.txt b/test/prism/fixtures/modules.txt
new file mode 100644
index 0000000000..76bd9bea43
--- /dev/null
+++ b/test/prism/fixtures/modules.txt
@@ -0,0 +1,18 @@
+module A a = 1 end
+
+%Q{aaa #{bbb} ccc}
+
+module m::M
+end
+
+module A
+ x = 1; rescue; end
+
+module ::A
+end
+
+module A[]::B
+end
+
+module A[1]::B
+end