We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14192b1 commit 516eb10Copy full SHA for 516eb10
test/test_heredoc.ok
@@ -1,2 +1,3 @@
1
-(let =<< a (heredoc (list ) "EOS" (list "hello" " world")))
+(let =<< a (heredoc (list) "EOS" (list "hello" " world")))
2
(let =<< a (heredoc (list "trim") "EOS" (list "\thello" "world")))
3
+(let =<< a (heredoc (list) "EOS" (list)))
test/test_heredoc.vim
@@ -6,3 +6,5 @@ let a =<< trim EOS
6
hello
7
world
8
EOS
9
+let a =<< EOS
10
+EOS
0 commit comments