diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-23 10:19:23 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-23 10:19:23 -0700 |
commit | 90560d7194f3e451ddab9d4033c98d2e6aec977b (patch) | |
tree | f74dc3401501eda0090b23c9a4d7a12d748c3581 /html/051scenario_test.mu.html | |
parent | 63b94083336684c011e2fcdd23226043d0cf6bb7 (diff) | |
download | mu-90560d7194f3e451ddab9d4033c98d2e6aec977b.tar.gz |
2062
Diffstat (limited to 'html/051scenario_test.mu.html')
-rw-r--r-- | html/051scenario_test.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/051scenario_test.mu.html b/html/051scenario_test.mu.html index d02cc41a..d38539dd 100644 --- a/html/051scenario_test.mu.html +++ b/html/051scenario_test.mu.html @@ -92,7 +92,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } <span class="muScenario">scenario</span> check_trace_instruction [ run [ - trace <span class="Constant">[foo]</span>, <span class="Constant">[aaa]</span> + trace <span class="Constant">1</span>, <span class="Constant">[foo]</span>, <span class="Constant">[aaa]</span> ] trace-should-contain [ foo: aaa |