about summary refs log tree commit diff stats
path: root/cpp/.traces
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-28 22:45:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-28 22:55:04 -0700
commitc51043abdf83243f81685858d8f76793faed042b (patch)
tree362afefaa547dc1f8dd490947056a558d5fe3b17 /cpp/.traces
parente3fa6cc7af792a6c0d83d9004859d6e9452c5fdb (diff)
downloadmu-c51043abdf83243f81685858d8f76793faed042b.tar.gz
1217 - string literals weren't handling later comments
Diffstat (limited to 'cpp/.traces')
-rw-r--r--cpp/.traces/string_literal7
-rw-r--r--cpp/.traces/string_literal_and_comment3
2 files changed, 3 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"]}
diff --git a/cpp/.traces/string_literal_and_comment b/cpp/.traces/string_literal_and_comment
new file mode 100644
index 00000000..9ad1bff7
--- /dev/null
+++ b/cpp/.traces/string_literal_and_comment
@@ -0,0 +1,3 @@
+parse/0: instruction: 1
+parse/0:   ingredient: {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]}
+parse/0:   product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character"]}