summaryrefslogtreecommitdiff
path: root/test/asset/shell/pipe.et
diff options
context:
space:
mode:
Diffstat (limited to 'test/asset/shell/pipe.et')
-rw-r--r--test/asset/shell/pipe.et5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/asset/shell/pipe.et b/test/asset/shell/pipe.et
new file mode 100644
index 0000000..64dcb07
--- /dev/null
+++ b/test/asset/shell/pipe.et
@@ -0,0 +1,5 @@
+test Pipe:
+ node n
+ shell on n as sh:
+ echo abcd | grep -o '[bc]*'
+ echo abcd | grep -o '[bcd]*' | grep -o '[ab]*'