Skip to content

Commit

Permalink
[bugfix] numeric is not a XDM type, should be xs:numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Apr 13, 2020
1 parent 40a596c commit 159afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exist-core/src/test/xquery/numbers/format-numbers.xql
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ declare
%test:pending("It is not clear why this should be invalid according to the XQ3.1 spec")
%test:args("12345.6")
%test:assertError("FODF1310")
function fd:invalid-picture($number as numeric) {
function fd:invalid-picture($number as xs:numeric) {
format-number($number, "#.###,00")
};

Expand Down

0 comments on commit 159afa2

Please sign in to comment.