diff options
Diffstat (limited to 't/chainlint/comment.expect')
-rw-r--r-- | t/chainlint/comment.expect | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/chainlint/comment.expect b/t/chainlint/comment.expect new file mode 100644 index 0000000000..584098d6ba --- /dev/null +++ b/t/chainlint/comment.expect @@ -0,0 +1,8 @@ +2 ( +3 # comment 1 +4 nothing && +5 # comment 2 +6 something +7 # comment 3 +8 # comment 4 +9 ) |