xml.writer: adding a test for pprint-xml fix.

db4
John Benediktsson 2015-02-28 16:40:13 -08:00
parent c7f440e097
commit 3a12615b12
1 changed files with 4 additions and 0 deletions

View File

@ -75,3 +75,7 @@ IN: xml.writer.tests
] map [XML <h2>Timings</h2> <table><-></table> XML]
pprint-xml
] unit-test
{ "<test name=\"bob\"/>" } [
"test" { { "name" "bob" } } { } <tag> xml>string
] unit-test