about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/one-liner.expect
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/chainlint/one-liner.expect')
-rw-r--r--third_party/git/t/chainlint/one-liner.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/t/chainlint/one-liner.expect b/third_party/git/t/chainlint/one-liner.expect
new file mode 100644
index 0000000000..237f227349
--- /dev/null
+++ b/third_party/git/t/chainlint/one-liner.expect
@@ -0,0 +1,9 @@
+(foo && bar) &&
+(foo && bar) |
+(foo && bar) >baz &&
+
+?!SEMI?!(foo; bar) &&
+?!SEMI?!(foo; bar) |
+?!SEMI?!(foo; bar) >baz
+
+(foo "bar; baz")