summaryrefslogtreecommitdiff
path: root/test/ragel.d/any1.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ragel.d/any1.rl')
-rw-r--r--test/ragel.d/any1.rl17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/ragel.d/any1.rl b/test/ragel.d/any1.rl
deleted file mode 100644
index 81ec713c..00000000
--- a/test/ragel.d/any1.rl
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * @LANG: indep
- */
-
-%%{
- machine any1;
- main := any;
-}%%
-
-##### INPUT #####
-""
-"x"
-"xx"
-##### OUTPUT #####
-FAIL
-ACCEPT
-FAIL