Created
November 2, 2011 00:09
-
-
Save mblakele/1332351 to your computer and use it in GitHub Desktop.
XQUT sample test suite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<suite xmlns="com.blakeley.xqut"> | |
<unit result="1">1 + 1</unit> | |
<unit> | |
<expr>1 + 1</expr> | |
<result>2</result> | |
</unit> | |
</suite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment