From 9e751bb8c0cdf771d34c839cb6591d892b8e62de Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Mar 2017 01:41:48 -0800 Subject: 3761 --- html/058to_text.cc.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'html/058to_text.cc.html') diff --git a/html/058to_text.cc.html b/html/058to_text.cc.html index d3b8b2cb..7d4ba1b7 100644 --- a/html/058to_text.cc.html +++ b/html/058to_text.cc.html @@ -16,12 +16,13 @@ a { text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .Constant { color: #00a0a0; } -.cSpecial { color: #008000; } +.Conceal { color: #4e4e4e; } .Comment { color: #9090ff; } .Delimiter { color: #800080; } .LineNr { color: #444444; } .Identifier { color: #c0a020; } .Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; } +.cSpecial { color: #008000; } --> @@ -67,8 +68,8 @@ if ('onhashchange' in window) { 9 :(before "End Primitive Recipe Checks") 10 case TO_TEXT: { 11 if (SIZE(inst.ingredients) != 1) { -12 raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << inst.original_string << "'\n" << end(); -13 break; +12 ¦ raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << inst.original_string << "'\n" << end(); +13 ¦ break; 14 } 15 // can handle any type 16 break; -- cgit 1.4.1-2-gfad0