about summary refs log tree commit diff stats
path: root/html/tracing-test.mu
blob: a6171054b4d889518ed8a9414b5ad31277e23577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  run [
    result:boolean <- equal [abc], [abcd]  # lengths differ
  ]
  trace-should-contain [
    equal: comparing lengths
  ]
  trace-should-not-contain [
    equal: comparing characters
  ]