Skip to content

Commit

Permalink
xml.writer: adding a test for pprint-xml fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Mar 1, 2015
1 parent c7f440e commit 3a12615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions basis/xml/writer/writer-tests.factor
Expand Up @@ -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

0 comments on commit 3a12615

Please sign in to comment.