diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-17 14:05:01 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-17 14:05:01 -0800 |
commit | 6042828bdea2a1ed1da1b0d2013a4479fb3d005a (patch) | |
tree | 1b45e4519392e123a7f9daf75ce5d44409877a85 /cpp/.traces/parse2 | |
parent | 6a2dabe3675cc5d9f03587e1bf4fb8c7a61bafea (diff) | |
download | mu-6042828bdea2a1ed1da1b0d2013a4479fb3d005a.tar.gz |
774 - start persisting test traces
Diffstat (limited to 'cpp/.traces/parse2')
-rw-r--r-- | cpp/.traces/parse2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/.traces/parse2 b/cpp/.traces/parse2 new file mode 100644 index 00000000..f8d5050e --- /dev/null +++ b/cpp/.traces/parse2 @@ -0,0 +1,4 @@ +parse/0: instruction: 1 +parse/0: ingredient: {name: "23", type: 0} +parse/0: product: {name: "1", type: 1} +parse/0: product: {name: "2", type: 1} |