From 354a6377ece47aa76b2ae25b44cf717a1e1c81e6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 9 Jan 2017 19:25:07 -0600 Subject: More pending shell tests. --- tests/sh.test | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests') diff --git a/tests/sh.test b/tests/sh.test index 4f1ecb2c..2d6128c8 100755 --- a/tests/sh.test +++ b/tests/sh.test @@ -53,3 +53,17 @@ shellit 'x=5;' '$((x^=12)); echo $x' '99\n' '' '' shellit 'x=2;' '$((x<<=2)); echo $x' '88\n' '' '' shellit 'x=12;' '$((x>>=2)); echo $x' '33\n' '' '' shellit 'x=2;' '$((x++,5)); echo $x' '53\n' '' '' + +# echo $(ls -l #comment) +# cat -