Fix for issue #414 -- apostrophes in heredocs.

This commit is contained in:
Jeremy Ashkenas
2010-06-02 19:53:03 -04:00
parent 8321f6bfe3
commit e37056192b
3 changed files with 6 additions and 2 deletions

View File

@@ -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"