-eduni/namespaces/1.0/013.xml [not validating:] FAILED:
- #(98 58 97 116 116 114) fell through ETYPECASE expression. - Wanted one of (STRING SIMPLE-STRING). -[ -Bad QName syntax: multiple colons -]
This commit is contained in:
9
XMLCONF
9
XMLCONF
@ -1797,12 +1797,7 @@ eduni/namespaces/1.0/009.xml [not validating:] not-wf [validating:] not-wf
|
||||
eduni/namespaces/1.0/010.xml [not validating:] not-wf [validating:] not-wf
|
||||
eduni/namespaces/1.0/011.xml [not validating:] not-wf [validating:] not-wf
|
||||
eduni/namespaces/1.0/012.xml [not validating:] not-wf [validating:] not-wf
|
||||
eduni/namespaces/1.0/013.xml [not validating:] FAILED:
|
||||
#(98 58 97 116 116 114) fell through ETYPECASE expression.
|
||||
Wanted one of (STRING SIMPLE-STRING).
|
||||
[
|
||||
Bad QName syntax: multiple colons
|
||||
]
|
||||
eduni/namespaces/1.0/013.xml [not validating:] not-wf [validating:] invalid
|
||||
eduni/namespaces/1.0/014.xml [not validating:] FAILED:
|
||||
invalid array index 0 for #() (should be nonnegative and <0)
|
||||
[
|
||||
@ -1864,4 +1859,4 @@ eduni/namespaces/1.0/046.xml [not validating:] input [validating:] FAILED:
|
||||
[
|
||||
Colon in ID attribute name
|
||||
]
|
||||
8/1829 tests failed; 333 tests were skipped
|
||||
7/1829 tests failed; 333 tests were skipped
|
||||
@ -70,7 +70,7 @@
|
||||
(with-open-file (*standard-output*
|
||||
(merge-pathnames "XMLCONF" base)
|
||||
:direction :output
|
||||
;;; :external-format :iso-8859-1
|
||||
:external-format :iso-8859-1
|
||||
:if-exists :supersede)
|
||||
(run-all-tests directory))))
|
||||
|
||||
|
||||
@ -3327,7 +3327,8 @@
|
||||
(local-name (subseq qname (1+ pos))))
|
||||
(if (nc-name-p local-name)
|
||||
(values prefix local-name)
|
||||
(wf-error "~S is not a valid NcName." local-name)))
|
||||
(wf-error nil "~S is not a valid NcName."
|
||||
(rod-string local-name))))
|
||||
(values () qname))))
|
||||
|
||||
(defun decode-qname (qname)
|
||||
|
||||
Reference in New Issue
Block a user