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

XML conversion does not preserve tag case. #62

Open
Shelvetco opened this issue Nov 14, 2015 · 0 comments
Open

XML conversion does not preserve tag case. #62

Shelvetco opened this issue Nov 14, 2015 · 0 comments

Comments

@Shelvetco
Copy link

Test input:

<?xml version="1.0" encoding="UTF-8" ?>
<TestTag AwesomeAttr="Cool">Content</TestTag>

Expected output:

!!! XML
%TestTag{:AwesomeAttr => "Cool"} Content

Actual output:

!!! XML
%testtag{:awesomeattr => "Cool"} Content

This breaks some things unfortunately :/
EDIT: attributes also have their case destroyed; test case and outputs updated accordingly.

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

No branches or pull requests

1 participant