aboutsummaryrefslogtreecommitdiff
path: root/sam/commands
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-05 14:34:37 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-11 15:04:05 +0100
commite95b150ec3cd2c173f6fabb3055a28a6962f61d0 (patch)
tree3c4c3aa65122f963f51c7a02e927cf1222d45f7a /sam/commands
parented0ad11a3c0acc0030d070ee54e95af64ee06516 (diff)
downloadvis-e95b150ec3cd2c173f6fabb3055a28a6962f61d0.tar.gz
vis-e95b150ec3cd2c173f6fabb3055a28a6962f61d0.tar.xz
test/sam: few new tests
Diffstat (limited to 'sam/commands')
-rw-r--r--sam/commands/pipe-in.cmd3
-rw-r--r--sam/commands/pipe-in.in10
2 files changed, 13 insertions, 0 deletions
diff --git a/sam/commands/pipe-in.cmd b/sam/commands/pipe-in.cmd
new file mode 100644
index 0000000..054bf73
--- /dev/null
+++ b/sam/commands/pipe-in.cmd
@@ -0,0 +1,3 @@
+1 < echo Replace first line
+0 < echo Before first line
+$ < echo New Last line
diff --git a/sam/commands/pipe-in.in b/sam/commands/pipe-in.in
new file mode 100644
index 0000000..f00c965
--- /dev/null
+++ b/sam/commands/pipe-in.in
@@ -0,0 +1,10 @@
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10