about summary refs log tree commit diff stats
path: root/html/054dilated_reagent.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/054dilated_reagent.cc.html')
-rw-r--r--html/054dilated_reagent.cc.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/html/054dilated_reagent.cc.html b/html/054dilated_reagent.cc.html
index 900a3f8c..a9dc4112 100644
--- a/html/054dilated_reagent.cc.html
+++ b/html/054dilated_reagent.cc.html
@@ -53,7 +53,6 @@ recipe main [
 
 <span class="Delimiter">:(scenarios run)</span>
 <span class="Delimiter">:(scenario dilated_reagent_with_comment)</span>
-<span class="Special">% Hide_errors = true;</span>
 recipe main [
   <span class="Delimiter">{</span><span class="Constant">1</span>: number<span class="Delimiter">,</span> foo: bar<span class="Delimiter">}</span><span class="Special"> &lt;- </span>copy <span class="Constant">34</span>  <span class="Comment"># test comment</span>
 ]
@@ -61,7 +60,6 @@ recipe main [
 $error: <span class="Constant">0</span>
 
 <span class="Delimiter">:(scenario dilated_reagent_with_comment_immediately_following)</span>
-<span class="Special">% Hide_errors = true;</span>
 recipe main [
   <span class="Constant">1</span>:number<span class="Special"> &lt;- </span>copy <span class="Delimiter">{</span><span class="Constant">34</span>: literal<span class="Delimiter">}</span>  <span class="Comment"># test comment</span>
 ]