mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
ecompile/runecl no longer try to log to pol logs activated xml unittest print stderr on testfailure
19 lines
375 B
Text
19 lines
375 B
Text
itertest...
|
|
filemod/xmltest.xml
|
|
v:1.0 e: s: [XMLDeclaration] (1)
|
|
root [XMLElement] (2)
|
|
Hello [XMLElement] (1)
|
|
World [XMLText] (1)
|
|
nodetwo [XMLElement] (2)
|
|
-struct{ i = "1" } (1)
|
|
-struct{ j = "2" } (2)
|
|
membertest...
|
|
root= root
|
|
firstchild= Hello
|
|
firstchildstring= nodetwo
|
|
firstsibling= Comment
|
|
attributes= { i, j }
|
|
attributes= 2
|
|
scopetest...
|
|
root= root
|
|
firstchild= Hello
|