Skip to content

Commit

Permalink
Add TODO for heredocs with embedded quotes.
Browse files Browse the repository at this point in the history
(Tried to fix them myself but I don't have the chops)
  • Loading branch information
sstephenson committed Sep 25, 2010
1 parent c5831bb commit 79bad0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/edge.coffee
Expand Up @@ -8,3 +8,9 @@ console.log string

string = 'Something with a \'single quote'
console.log string

# TODO
heredoc = """
Heredoc with a " double quote
"""
console.log heredoc

0 comments on commit 79bad0a

Please sign in to comment.