summaryrefslogtreecommitdiff
path: root/t/chainlint/inline-comment.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/inline-comment.expect')
-rw-r--r--t/chainlint/inline-comment.expect9
1 files changed, 4 insertions, 5 deletions
diff --git a/t/chainlint/inline-comment.expect b/t/chainlint/inline-comment.expect
index fc9f250..dd0dace 100644
--- a/t/chainlint/inline-comment.expect
+++ b/t/chainlint/inline-comment.expect
@@ -1,9 +1,8 @@
(
foobar &&
-?!AMP?! barfoo
+ barfoo ?!AMP?!
flibble "not a # comment"
->) &&
+) &&
-(
-cd foo &&
-> flibble "not a # comment")
+(cd foo &&
+ flibble "not a # comment")