modern.out: fix printing for FOO< FOO>
parent
157297c190
commit
290c53b9f6
|
@ -34,8 +34,8 @@ M: single-matched-literal write-literal
|
|||
[ seq>> 1 swap nth write-whitespace ]
|
||||
[ delimiter>> write ]
|
||||
[ payload>> write-literal ] ! don't need write-whitespace here, the recursion does it
|
||||
[ seq>> 3 swap nth lexed-underlying write-whitespace ]
|
||||
[ closing-tag>> write ]
|
||||
[ seq>> 3 swap nth lexed-underlying [ write-whitespace ] when* ]
|
||||
[ closing-tag>> [ write ] when* ]
|
||||
} cleave ;
|
||||
|
||||
M: double-matched-literal write-literal
|
||||
|
|
Loading…
Reference in New Issue