fuel.pprint: . needs to be escpaed to load prettyprint's help page

db4
Björn Lindqvist 2014-04-18 03:32:56 +02:00 committed by John Benediktsson
parent 693ca82648
commit c21a562529
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ GENERIC: fuel-pprint ( obj -- )
<PRIVATE <PRIVATE
: fuel-maybe-scape ( ch -- seq ) : fuel-maybe-scape ( ch -- seq )
dup "\\\"?#()[]'`;" member? [ CHAR: \ swap 2array ] [ 1array ] if ; dup "\\\"?#()[]'`;." member? [ CHAR: \ swap 2array ] [ 1array ] if ;
SYMBOL: :restarts SYMBOL: :restarts