modern: make closing-tag f instead of empty string..

locals-and-roots
Doug Coleman 2016-06-21 10:45:47 -07:00
parent d07a0cc640
commit fe7d9ca076
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ ERROR: closing-delimiter-required opening-delimiter ;
tag closing [ dup tag-literal? [ lexed-underlying ] when ] bi@ ?span-slices >>underlying
opening-delimiter >string >>delimiter
closing dup tag-literal? [ tag>> ] when >string >>closing-tag
closing dup tag-literal? [ tag>> ] when >string f like >>closing-tag
! PRIVATE< PRIVATE>
dup less-than-literal? [