Skip to content

Add test check typing and many times same value #23

@lpatiny

Description

@lpatiny

Check the parsing and dynamic-typing. With or without the option

Check types and if it is correct in case of array.

<xml>
  <boolean>true</boolean>
  <number>1234</number>
  <string>ABC</string>
  <array>
    <number>12</number>
    <number>23</number>
    <number>25</number>
    <boolean>true</boolean>
    <boolean>false</boolean>
    <string>ABC</string>
    <string>DEF</string>
    <string>GHI</string>
  </array>
</xml>

Metadata

Metadata

Assignees

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