summaryrefslogtreecommitdiffstats
path: root/eshtrans/main.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/main.esh')
-rw-r--r--eshtrans/main.esh5
1 files changed, 4 insertions, 1 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh
index 81d002b..c27ad2f 100644
--- a/eshtrans/main.esh
+++ b/eshtrans/main.esh
@@ -112,5 +112,8 @@ main()
#try 'foo <<EOF' '$(bar baz)' 'EOF'
#try '$foo'
#try '${foo%bar baz}'
-try '$(($(foo bar) + 1))'
+#try '$(($(foo bar) + 1))'
+try 'foo 2>bar'
+try '2>bar'
+try '2 foo'
}