xml.errors: fix xml error.

db4
Doug Coleman 2015-08-13 00:04:16 -07:00
parent b5dcaa4be5
commit 9618704660
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;