about summary refs log tree commit diff stats
path: root/html/038new_text.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-17 21:01:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-17 21:01:14 -0800
commitb02b764a3d456da4fab19e2d59a00dfff48082f6 (patch)
tree68cd03cae65b85aec5447ac8deb6a7a3d4a6b25c /html/038new_text.cc.html
parent4b424bb2451621f05d2a22af8ae2f323da128ba3 (diff)
downloadmu-b02b764a3d456da4fab19e2d59a00dfff48082f6.tar.gz
3679
Diffstat (limited to 'html/038new_text.cc.html')
-rw-r--r--html/038new_text.cc.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/038new_text.cc.html b/html/038new_text.cc.html
index f86c1683..8656f8a3 100644
--- a/html/038new_text.cc.html
+++ b/html/038new_text.cc.html
@@ -98,6 +98,15 @@ put<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</
   <span class="Identifier">return</span> result<span class="Delimiter">;</span>
 <span class="Delimiter">}</span>
 
+<span class="Comment">//: a new kind of typo</span>
+
+<span class="Delimiter">:(scenario string_literal_without_instruction)</span>
+<span class="Special">% Hide_errors = true;</span>
+<span class="muRecipe">def</span> main [
+  [abc]
+]
+<span class="traceContains">+error: main: instruction '[abc]' has no recipe</span>
+
 <span class="Comment">//: stash recognizes strings</span>
 
 <span class="Delimiter">:(scenario stash_string)</span>