diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-30 21:31:58 -0700 |
commit | 088665eff883b5bc28022800aed27f6af468a4ba (patch) | |
tree | 073f6c7b0d21428ee2d1246da7fc57a3dca79895 /cpp/.traces/jump_if_fallthrough | |
parent | 66b97b4d923274e1b6d2fd97df16cb73d820169b (diff) | |
download | mu-088665eff883b5bc28022800aed27f6af468a4ba.tar.gz |
997
Diffstat (limited to 'cpp/.traces/jump_if_fallthrough')
-rw-r--r-- | cpp/.traces/jump_if_fallthrough | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/.traces/jump_if_fallthrough b/cpp/.traces/jump_if_fallthrough index 2d1119cc..1c4753d1 100644 --- a/cpp/.traces/jump_if_fallthrough +++ b/cpp/.traces/jump_if_fallthrough @@ -1,9 +1,9 @@ parse/0: instruction: 11 -parse/0: ingredient: {name: "0", value: 0, type: 0, properties: [0: literal]} -parse/0: ingredient: {name: "1", value: 0, type: 0, properties: [1: offset]} +parse/0: ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]} +parse/0: ingredient: {name: "1", value: 0, type: 0, properties: ["1": "offset"]} parse/0: instruction: 1 -parse/0: ingredient: {name: "1", value: 0, type: 0, properties: [1: literal]} -parse/0: product: {name: "123", value: 0, type: 1, properties: [123: integer]} +parse/0: ingredient: {name: "1", value: 0, type: 0, properties: ["1": "literal"]} +parse/0: product: {name: "123", value: 0, type: 1, properties: ["123": "integer"]} after-brace/0: recipe main after-brace/0: jump-if ... after-brace/0: copy ... |