about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/nested-subshell-comment.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/nested-subshell-comment.expect')
-rw-r--r--third_party/git/t/chainlint/nested-subshell-comment.expect11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/nested-subshell-comment.expect b/third_party/git/t/chainlint/nested-subshell-comment.expect
new file mode 100644
index 0000000000..15b68d4373
--- /dev/null
+++ b/third_party/git/t/chainlint/nested-subshell-comment.expect
@@ -0,0 +1,11 @@
+(
+	foo &&
+	(
+		bar &&
+		# bottles wobble while fiddles gobble
+		# minor numbers of cows (or do they?)
+		baz &&
+		snaff
+?!AMP?!>>	)
+	fuzzy
+>)