Skip to content

Commit

Permalink
flesh out the string literal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevan Little committed Feb 7, 2013
1 parent cd64f77 commit 5971f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
@@ -0,0 +1 @@
{"StatementsNode" : [{"StringLiteralNode" : "foo\\\"bar\\\""}]}
@@ -0,0 +1 @@
{"StatementsNode" : [{"StringLiteralNode" : "\"foo\"bar"}]}
@@ -0,0 +1 @@
{"StatementsNode" : [{"StringLiteralNode" : "\\x{03a3}"}]}

0 comments on commit 5971f76

Please sign in to comment.