summaryrefslogtreecommitdiff
path: root/test/cases/trans.d/case/any1.rl
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-09-09 09:34:14 -0600
committerAdrian Thurston <thurston@colm.net>2019-09-09 09:34:14 -0600
commit2d8e9c3f5c0417d6237c945c50f92bf8d28b32d5 (patch)
treee463c784309e402c1c7bb89247596165b07ad8d1 /test/cases/trans.d/case/any1.rl
parentc0323a27ad612db4fa7d3d5c25c3e9611bcf874b (diff)
parentc171cdda894fa59515d1bdc1e00cace185366e7f (diff)
downloadcolm-2d8e9c3f5c0417d6237c945c50f92bf8d28b32d5.tar.gz
mega-merge of pruned test code
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