summaryrefslogtreecommitdiff
path: root/tests/general/lexcmp.std
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-01-27 23:51:56 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-01-27 23:51:56 +0000
commit6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (patch)
tree926065cf45450116098db664e3c61dced9e1f21a /tests/general/lexcmp.std
downloadicon-6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1.tar.gz
Initial upstream version 9.4.3upstream/9.4.3
Diffstat (limited to 'tests/general/lexcmp.std')
-rw-r--r--tests/general/lexcmp.std36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/general/lexcmp.std b/tests/general/lexcmp.std
new file mode 100644
index 0000000..e81fdec
--- /dev/null
+++ b/tests/general/lexcmp.std
@@ -0,0 +1,36 @@
+ s1 s2 << <<= == ~== >>= >>
+ "" "" --- "" "" --- "" ---
+ "" "a" "a" "a" --- "a" --- ---
+ "" "c" "c" "c" --- "c" --- ---
+ "" 'x' "x" "x" --- "x" --- ---
+ "" '2' "2" "2" --- "2" --- ---
+ "a" "" --- --- --- "" "" ""
+ "a" "a" --- "a" "a" --- "a" ---
+ "a" "c" "c" "c" --- "c" --- ---
+ "a" 'x' "x" "x" --- "x" --- ---
+ "a" '2' --- --- --- "2" "2" "2"
+ "b" "" --- --- --- "" "" ""
+ "b" "a" --- --- --- "a" "a" "a"
+ "b" "c" "c" "c" --- "c" --- ---
+ "b" 'x' "x" "x" --- "x" --- ---
+ "b" '2' --- --- --- "2" "2" "2"
+ 'c' "" --- --- --- "" "" ""
+ 'c' "a" --- --- --- "a" "a" "a"
+ 'c' "c" --- "c" "c" --- "c" ---
+ 'c' 'x' "x" "x" --- "x" --- ---
+ 'c' '2' --- --- --- "2" "2" "2"
+ "x" "" --- --- --- "" "" ""
+ "x" "a" --- --- --- "a" "a" "a"
+ "x" "c" --- --- --- "c" "c" "c"
+ "x" 'x' --- "x" "x" --- "x" ---
+ "x" '2' --- --- --- "2" "2" "2"
+ 2 "" --- --- --- "" "" ""
+ 2 "a" "a" "a" --- "a" --- ---
+ 2 "c" "c" "c" --- "c" --- ---
+ 2 'x' "x" "x" --- "x" --- ---
+ 2 '2' --- "2" "2" --- "2" ---
+ '' "" --- "" "" --- "" ---
+ '' "a" "a" "a" --- "a" --- ---
+ '' "c" "c" "c" --- "c" --- ---
+ '' 'x' "x" "x" --- "x" --- ---
+ '' '2' "2" "2" --- "2" --- ---