diff scripts/test/test.test @ 1060:c2663b7eca78 draft

Adjust patch to use dlist_pop()
author Rob Landley <rob@landley.net>
date Mon, 09 Sep 2013 05:26:52 -0500
parents 9927d1d1e7e2
children
line wrap: on
line diff
--- a/scripts/test/test.test	Mon Sep 09 04:26:03 2013 -0500
+++ b/scripts/test/test.test	Mon Sep 09 05:26:52 2013 -0500
@@ -61,3 +61,7 @@
 testing "test -ge" "arith_test -ge" "e\ng\n" "" ""
 testing "test -lt" "arith_test -lt" "l\n" "" ""
 testing "test -le" "arith_test -le" "l\ne\n" "" ""
+
+# test ! = -o a
+# test ! \( = -o a \)
+# test \( ! = \) -o a