about summary refs log tree commit diff stats
path: root/cpp/.traces/trace_check_passes_silently
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-01 23:37:12 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-01 23:37:12 -0700
commit36d163092fe951fd897dfb396c5e2cb301977800 (patch)
tree1535345df9949c1c8dcebee848ad0c47e283daa6 /cpp/.traces/trace_check_passes_silently
parentb35ac82d06c3e5e30d6751b62f2baa40c9787ffd (diff)
downloadmu-36d163092fe951fd897dfb396c5e2cb301977800.tar.gz
1234 - support for trace checks
Diffstat (limited to 'cpp/.traces/trace_check_passes_silently')
-rw-r--r--cpp/.traces/trace_check_passes_silently37
1 files changed, 37 insertions, 0 deletions
diff --git a/cpp/.traces/trace_check_passes_silently b/cpp/.traces/trace_check_passes_silently
new file mode 100644
index 00000000..3fd17d2f
--- /dev/null
+++ b/cpp/.traces/trace_check_passes_silently
@@ -0,0 +1,37 @@
+parse/0: instruction: run
+parse/0:   ingredient: {name: "
+    trace [a], [b]
+  ", value: 0, type: 0, properties: ["
+    trace [a], [b]
+  ": "literal-string"]}
+parse/0: instruction: trace-should-contain
+parse/0:   ingredient: {name: "
+    a: b
+  ", value: 0, type: 0, properties: ["
+    a: b
+  ": "literal-string"]}
+after-brace/0: recipe main
+after-brace/0: run ...
+after-brace/0: trace-should-contain ...
+new/0: routine allocated memory from 1000 to 101000
+schedule/0: main
+run/0: instruction main/0
+run/0: run {name: "
+    trace [a], [b]
+  ", value: 0, type: 0, properties: ["
+    trace [a], [b]
+  ": "literal-string"]}
+parse/0: instruction: trace
+parse/0:   ingredient: {name: "a", value: 0, type: 0, properties: ["a": "literal-string"]}
+parse/0:   ingredient: {name: "b", value: 0, type: 0, properties: ["b": "literal-string"]}
+after-brace/0: recipe tmp0
+after-brace/0: trace ...
+run/0: instruction tmp0/0
+run/0: trace {name: "a", value: 0, type: 0, properties: ["a": "literal-string"]}, {name: "b", value: 0, type: 0, properties: ["b": "literal-string"]}
+a/0: b
+run/0: instruction main/1
+run/0: trace-should-contain {name: "
+    a: b
+  ", value: 0, type: 0, properties: ["
+    a: b
+  ": "literal-string"]}