diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-25 18:20:39 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-25 18:20:39 +0200 |
| commit | f6adc45638409aaa0feb1f70883c11ed553efe4f (patch) | |
| tree | 3691cec70698a1952f2b315ed8b602912739acce /tests/res/data.xml | |
| parent | fffb55f79a3369fa2dcf39371091c48ff61f55a8 (diff) | |
XML reading
Diffstat (limited to 'tests/res/data.xml')
| -rw-r--r-- | tests/res/data.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/res/data.xml b/tests/res/data.xml new file mode 100644 index 00000000..9ae409ee --- /dev/null +++ b/tests/res/data.xml @@ -0,0 +1,7 @@ +<data> + <hello name="hi">1</hello> + <data> + <hello>World</hello> + <hello>World</hello> + </data> +</data> |
