Open Shelvetco opened 8 years ago
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.
Test input:
Expected output:
Actual output:
This breaks some things unfortunately :/ EDIT: attributes also have their case destroyed; test case and outputs updated accordingly.