Skip to content

Commit

Permalink
[Fix: 177] Correction for the malformed XML Attribute names.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed Jul 13, 2023
1 parent 31aaf18 commit 16e9c76
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 104 deletions.
3 changes: 3 additions & 0 deletions src/Caraya.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<Item Name="160-Inner Test.vi" Type="VI" URL="../tests/test-issue160/160-Inner Test.vi"/>
<Item Name="160-Outer Test.vi" Type="VI" URL="../tests/test-issue160/160-Outer Test.vi"/>
</Item>
<Item Name="177-malformed-xml-attributes" Type="Folder">
<Item Name="177-MalformedXmlAttribute.vi" Type="VI" URL="../tests/test-issue177/177-MalformedXmlAttribute.vi"/>
</Item>
</Item>
<Item Name="serializer" Type="Folder">
<Item Name="serialize-xml.vi" Type="VI" URL="../tests/serializer/serialize-xml.vi"/>
Expand Down
Binary file modified src/classes/Assert/Test Asserts.vi
Binary file not shown.
222 changes: 118 additions & 104 deletions src/classes/MsgSerializer.XML/MsgSerializer.XML.lvclass

Large diffs are not rendered by default.

Binary file modified src/classes/MsgSerializer.XML/Serialize.vi
Binary file not shown.
Binary file added src/classes/MsgSerializer.XML/normalizeXMLname.vi
Binary file not shown.
Binary file modified src/tests/All Tests.vi
Binary file not shown.
Binary file not shown.

0 comments on commit 16e9c76

Please sign in to comment.