diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-29 21:49:09 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-29 21:49:09 -0700 |
commit | 35457609e311125446fed88e3841e0281c2ff708 (patch) | |
tree | ab742e8a8b4a9d771d857f858003d95476c1291d /cpp/.traces/rewind_ingredients | |
parent | 0cc4f18dd56e2e6a80809d48ef1d1e0fb302029e (diff) | |
download | mu-35457609e311125446fed88e3841e0281c2ff708.tar.gz |
1223 - more stable traces for parse scenarios
Diffstat (limited to 'cpp/.traces/rewind_ingredients')
-rw-r--r-- | cpp/.traces/rewind_ingredients | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/.traces/rewind_ingredients b/cpp/.traces/rewind_ingredients index 496ad7a1..c1231232 100644 --- a/cpp/.traces/rewind_ingredients +++ b/cpp/.traces/rewind_ingredients @@ -1,12 +1,12 @@ -parse/0: instruction: 1001 +parse/0: instruction: f parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} -parse/0: instruction: 26 +parse/0: instruction: next-ingredient parse/0: product: {name: "12", value: 0, type: 1, properties: ["12": "integer"]} -parse/0: instruction: 26 +parse/0: instruction: next-ingredient parse/0: product: {name: "_", value: 0, type: 0, properties: ["_": "dummy"]} parse/0: product: {name: "1", value: 0, type: 3, properties: ["1": "boolean"]} -parse/0: instruction: 27 -parse/0: instruction: 26 +parse/0: instruction: rewind-ingredients +parse/0: instruction: next-ingredient parse/0: product: {name: "13", value: 0, type: 1, properties: ["13": "integer"]} parse/0: product: {name: "2", value: 0, type: 3, properties: ["2": "boolean"]} after-brace/0: recipe main |