summaryrefslogtreecommitdiff
path: root/test/racc/scandata/slash
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc/scandata/slash')
-rw-r--r--test/racc/scandata/slash10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/racc/scandata/slash b/test/racc/scandata/slash
deleted file mode 100644
index 190135b3bd..0000000000
--- a/test/racc/scandata/slash
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- # here's many '/'s
- i = 5/1 # div
- re = /regex/ # regexp
- i /= 5 # div
- result = 5 / 1 # div
- result = 5/ 1 # div
- call(/regex/) # regexp
- call /regex/ # regexp
-}