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