mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
heredoc docs
This commit is contained in:
4
test/fixtures/execution/test_heredocs.coffee
vendored
4
test/fixtures/execution/test_heredocs.coffee
vendored
@@ -8,11 +8,11 @@ print(a is "basic heredoc\non two lines")
|
||||
|
||||
a: '''
|
||||
a
|
||||
b
|
||||
"b
|
||||
c
|
||||
'''
|
||||
|
||||
print(a is "a\n b\nc")
|
||||
print(a is "a\n \"b\nc")
|
||||
|
||||
|
||||
a: '''one-liner'''
|
||||
|
||||
Reference in New Issue
Block a user