Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/tinyxpath/test.xml')
-rw-r--r--3rdparty/tinyxpath/test.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/tinyxpath/test.xml b/3rdparty/tinyxpath/test.xml
new file mode 100644
index 0000000..5db8bd2
--- /dev/null
+++ b/3rdparty/tinyxpath/test.xml
@@ -0,0 +1,10 @@
+<a>
+ <b val="123">
+ <b />
+ <c />
+ <!-- -122.0 -->
+ <d />
+ </b>
+ <!-- 500.0 -->
+ <x target='xyz'>sub text</x>
+</a>