about summary refs log tree commit diff
path: root/t/regression.t
diff options
context:
space:
mode:
Diffstat (limited to 't/regression.t')
-rwxr-xr-xt/regression.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/regression.t b/t/regression.t
new file mode 100755
index 0000000..6ac2435
--- /dev/null
+++ b/t/regression.t
@@ -0,0 +1,12 @@
+#!/bin/sh
+export "PATH=.:$PATH"
+
+printf '1..1\n'
+printf '# regression tests\n'
+
+tap3 'comments without newline' <<'EOF'
+printf '# foo' >two
+atxec echo 1 @two 3
+>>>
+1 3
+EOF