summaryrefslogtreecommitdiff
path: root/test/files/run/runtime-richChar.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/runtime-richChar.check')
-rw-r--r--test/files/run/runtime-richChar.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/run/runtime-richChar.check b/test/files/run/runtime-richChar.check
new file mode 100644
index 0000000000..8d7a008585
--- /dev/null
+++ b/test/files/run/runtime-richChar.check
@@ -0,0 +1,10 @@
+'a' to 'c' ok
+'a' until 'c' ok
+'a' to 'b' ok
+'a' until 'b' ok
+'a' to 'a' ok
+'a' until 'a' ok
+'b' to 'a' ok
+'b' until 'a' ok
+'c' to 'a' ok
+'c' until 'a' ok