Skip to content

Commit

Permalink
[bugfix] Add additional serialization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Mar 13, 2023
1 parent ec7d500 commit 308c210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exist-core/src/test/xquery/xquery3/serialize.xql
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function ser:serialize-empty-sequence() {

declare
%test:args(1234)
%test:assertEquals('1234')
%test:assertEquals(1234)
%test:args('1234')
%test:assertEquals('"1234"')
%test:args('Hello "world"!')
Expand All @@ -265,7 +265,7 @@ function ser:adaptive-simple-atomic($atomic as xs:anyAtomicType) {

declare
%test:args(1234)
%test:assertEquals('1234')
%test:assertEquals(1234)
%test:args('1234')
%test:assertEquals('"1234"')
%test:args('Hello "world"!')
Expand Down

0 comments on commit 308c210

Please sign in to comment.