xml.errors: fix xml error.
parent
b5dcaa4be5
commit
9618704660
|
@ -52,7 +52,7 @@ TUPLE: unclosed line column tags ;
|
|||
: throw-unclosed ( -- * )
|
||||
get-line get-column
|
||||
xml-stack get rest-slice [ first name>> ] map
|
||||
unclosed ;
|
||||
unclosed boa throw ;
|
||||
|
||||
XML-ERROR: bad-uri string ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue