Skip to content

XML conversion does not preserve tag case. #62

Open
@Shelvetco

Description

@Shelvetco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions