modern.out: fix printing for FOO< FOO>

locals-and-roots
Doug Coleman 2016-06-13 15:12:09 -07:00
parent 157297c190
commit 290c53b9f6
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ M: single-matched-literal write-literal
[ seq>> 1 swap nth write-whitespace ] [ seq>> 1 swap nth write-whitespace ]
[ delimiter>> write ] [ delimiter>> write ]
[ payload>> write-literal ] ! don't need write-whitespace here, the recursion does it [ payload>> write-literal ] ! don't need write-whitespace here, the recursion does it
[ seq>> 3 swap nth lexed-underlying write-whitespace ] [ seq>> 3 swap nth lexed-underlying [ write-whitespace ] when* ]
[ closing-tag>> write ] [ closing-tag>> [ write ] when* ]
} cleave ; } cleave ;
M: double-matched-literal write-literal M: double-matched-literal write-literal