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