diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-12 23:29:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-12 23:33:49 -0700 |
commit | 43d2d20e55c052c5844a38d0d87526f68c7e2217 (patch) | |
tree | 9c85c2b09adbd9f40836649875310c5b23a3ceb6 /cpp/.traces/first_scenario_checking_trace | |
parent | d03028a3035fc514a694a89dcec9429625c9217c (diff) | |
download | mu-43d2d20e55c052c5844a38d0d87526f68c7e2217.tar.gz |
1058 - scenarios can now check trace
Diffstat (limited to 'cpp/.traces/first_scenario_checking_trace')
-rw-r--r-- | cpp/.traces/first_scenario_checking_trace | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/.traces/first_scenario_checking_trace b/cpp/.traces/first_scenario_checking_trace new file mode 100644 index 00000000..8ea5d60b --- /dev/null +++ b/cpp/.traces/first_scenario_checking_trace @@ -0,0 +1,11 @@ +parse/0: instruction: 2 +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} +after-brace/0: recipe test-first_scenario_checking_trace +after-brace/0: add ... +run/0: instruction test-first_scenario_checking_trace/0 +run/0: ingredient 0 is 2 +run/0: ingredient 1 is 2 +run/0: product 0 is 4 +mem/0: storing 4 in location 1 |