Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(report): test serialization of xmlns="" #1114

Merged
merged 3 commits into from
Jul 29, 2020

Conversation

AirQuick
Copy link
Member

Just adds some tests for verifying this code:

<!-- Output xmlns="" to undeclare the default namespace -->
<xsl:if
test="
($level ge 1)
and exists($parent-namespaces[name() = ''])
and empty($namespaces[name() = ''])">
<xsl:text> </xsl:text>
<span class="xmlns">xmlns=""</span>
</xsl:if>

@AirQuick AirQuick added the test label Jul 28, 2020
@AirQuick AirQuick added this to the v2.0 milestone Jul 28, 2020
@AirQuick AirQuick merged commit bdd43a2 into xspec:master Jul 29, 2020
@AirQuick AirQuick deleted the test-serialize-undeclared-default-ns branch July 29, 2020 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant