about summary refs log tree commit diff stats
path: root/html/archive/2.vm/tracing-test.mu
diff options
context:
space:
mode:
Diffstat (limited to 'html/archive/2.vm/tracing-test.mu')
-rw-r--r--html/archive/2.vm/tracing-test.mu18
1 files changed, 18 insertions, 0 deletions
diff --git a/html/archive/2.vm/tracing-test.mu b/html/archive/2.vm/tracing-test.mu
new file mode 100644
index 00000000..a6171054
--- /dev/null
+++ b/html/archive/2.vm/tracing-test.mu
@@ -0,0 +1,18 @@
+
+
+
+  run [
+    result:boolean <- equal [abc], [abcd]  # lengths differ
+  ]
+  trace-should-contain [
+    equal: comparing lengths
+  ]
+  trace-should-not-contain [
+    equal: comparing characters
+  ]
+
+
+
+
+
+