Skip to content
Snippets Groups Projects
Commit 5fefdb5b authored by Peter Stadler's avatar Peter Stadler
Browse files

add test for nested element

parent 3396fffd
No related branches found
No related tags found
2 merge requests!2Merge1.4,!1WIP: 1.4.0
......@@ -136,7 +136,8 @@ declare %test:assertFalse function wust:test-has-content-empty-element() as xs:b
declare %test:assertTrue function wust:test-has-content-element() as xs:boolean {
wega-util-shared:has-content(<a>foo</a>) and
wega-util-shared:has-content(<a> foo bar </a>) and
wega-util-shared:has-content(<a> 0 0 </a>)
wega-util-shared:has-content(<a> 0 0 </a>) and
wega-util-shared:has-content(<a><b>foo</b></a>)
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment