-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:
dlichteblau
2005-12-03 21:24:16 +00:00
parent 64ee461f48
commit 141fe3524b
3 changed files with 5 additions and 9 deletions

View File

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

View File

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

View File

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