about summary refs log tree commit diff stats
path: root/html/038new_text.cc.html
diff options
context:
space:
mode:
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>