mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Fix for issue #414 -- apostrophes in heredocs.
This commit is contained in:
@@ -66,3 +66,7 @@ b: '''
|
||||
|
||||
ok a is "basic heredoc 10\non two lines"
|
||||
ok b is "basic heredoc \$val\non two lines"
|
||||
|
||||
|
||||
a: '''here's an apostrophe'''
|
||||
ok a is "here's an apostrophe"
|
||||
|
||||
Reference in New Issue
Block a user