about summary refs log tree commit diff
path: root/t/chainlint/close-subshell.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/close-subshell.test')
-rw-r--r--t/chainlint/close-subshell.test27
1 files changed, 27 insertions, 0 deletions
diff --git a/t/chainlint/close-subshell.test b/t/chainlint/close-subshell.test
new file mode 100644
index 0000000000..508ca447fd
--- /dev/null
+++ b/t/chainlint/close-subshell.test
@@ -0,0 +1,27 @@
+# LINT: closing ")" with various decorations ("&&", ">", "|", etc.)
+(
+	foo
+) &&
+(
+	bar
+) >out &&
+(
+	baz
+) 2>err &&
+(
+	boo
+) <input &&
+(
+	bip
+) | wuzzle &&
+(
+	bop
+) | fazz \
+	fozz &&
+(
+	bup
+) |
+fuzzle &&
+(
+	yop
+)