Skip to content

Commit 516eb10

Browse files
committed
Fix test
1 parent 14192b1 commit 516eb10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/test_heredoc.ok

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
(let =<< a (heredoc (list ) "EOS" (list "hello" " world")))
1+
(let =<< a (heredoc (list) "EOS" (list "hello" " world")))
22
(let =<< a (heredoc (list "trim") "EOS" (list "\thello" "world")))
3+
(let =<< a (heredoc (list) "EOS" (list)))

test/test_heredoc.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ let a =<< trim EOS
66
hello
77
world
88
EOS
9+
let a =<< EOS
10+
EOS

0 commit comments

Comments
 (0)