Skip to content

Conversation

@scymtym
Copy link
Member

@scymtym scymtym commented Feb 25, 2020

  • text.serialize

  • element.base-uri

  • element.copy.7

  • element.add-extra-namespace.4

In 2008, commit 4c11d5b68a3e4532a282dc63e9c6301b586c74a0, cxml stopped
escaping double quotes using the " entity in text nodes.
As far as I can tell, I has always returned a string.
In particular, if the supplied name is a BASE-STRING, it is not of
type ROD without coercion.

This change makes test the ELEMENT.COPY.7 pass on SBCL. It failed
because

  (format nil "e~D" i)

returns a SIMPLE-BASE-STRING on recent SBCL versions.
The test did not bind *CHECK-URI-SYNTAX* to true.
@scymtym scymtym requested a review from slyrus February 25, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants