diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-28 22:45:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-28 22:55:04 -0700 |
commit | c51043abdf83243f81685858d8f76793faed042b (patch) | |
tree | 362afefaa547dc1f8dd490947056a558d5fe3b17 /cpp/.traces/string_literal | |
parent | e3fa6cc7af792a6c0d83d9004859d6e9452c5fdb (diff) | |
download | mu-c51043abdf83243f81685858d8f76793faed042b.tar.gz |
1217 - string literals weren't handling later comments
Diffstat (limited to 'cpp/.traces/string_literal')
-rw-r--r-- | cpp/.traces/string_literal | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/.traces/string_literal b/cpp/.traces/string_literal index 333fb20d..9b5d14b4 100644 --- a/cpp/.traces/string_literal +++ b/cpp/.traces/string_literal @@ -1,10 +1,3 @@ parse/0: instruction: 1 parse/0: ingredient: {name: "abc def", value: 0, type: 0, properties: ["abc def": "literal-string"]} -parse/0: ingredient: {name: "#", value: 0, type: , properties: ["#": ]} -parse/0: ingredient: {name: "copy", value: 0, type: , properties: ["copy": ]} -parse/0: ingredient: {name: "can't", value: 0, type: , properties: ["can't": ]} -parse/0: ingredient: {name: "really", value: 0, type: , properties: ["really": ]} -parse/0: ingredient: {name: "take", value: 0, type: , properties: ["take": ]} -parse/0: ingredient: {name: "a", value: 0, type: , properties: ["a": ]} -parse/0: ingredient: {name: "string", value: 0, type: , properties: ["string": ]} parse/0: product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character"]} |