From c2f1afc0a40e48b48df13fcbb91203737e763362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gr=C3=BCn?= Date: Thu, 21 Mar 2024 11:07:39 +0100 Subject: [PATCH] Missing XQuery dependency declarations added. #82 --- prod/DynamicFunctionCall.xml | 7 +++++++ prod/StringTemplate.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/prod/DynamicFunctionCall.xml b/prod/DynamicFunctionCall.xml index a099a74d..3aeb8afa 100644 --- a/prod/DynamicFunctionCall.xml +++ b/prod/DynamicFunctionCall.xml @@ -67,6 +67,7 @@ Test that arguments are atomized - user-defined function + 0)]]> @@ -197,6 +198,7 @@ Test that the untypedAtomic result of an inline function is cast to the declared type. + {$a}{$b}) @@ -257,6 +259,7 @@ Test that a sequence of arguments is atomized + X, Y, Z)) @@ -269,6 +272,7 @@ Test that a sequence of arguments is atomized + X, Y, Z))]]> @@ -643,6 +647,7 @@ Test that arguments are atomized - user-defined function - record test + 0})]]> @@ -782,6 +787,7 @@ Test that the untypedAtomic result of an inline function is cast to the declared type. Within record test. + {$a}{$b})} @@ -844,6 +850,7 @@ Test that a sequence of arguments is atomized. Within record test. + X, Y, Z)})]]> diff --git a/prod/StringTemplate.xml b/prod/StringTemplate.xml index e40ec5c1..165f3401 100644 --- a/prod/StringTemplate.xml +++ b/prod/StringTemplate.xml @@ -555,6 +555,7 @@ bottles` Maps can't be atomized + Maps can't be atomized + Not allowed as literal attribute + ]]> @@ -603,6 +606,7 @@ bottles` Not allowed in namespace declaration + @@ -615,6 +619,7 @@ bottles` Not allowed in option declaration + Not allowed in decimal format declaration + declare default decimal-format NaN = `not-a-number`; 12 @@ -646,6 +652,7 @@ bottles` Not allowed in collation literal + for $x in (1 to 10)/string() order by $x collation `http://www.w3.org/2005/xpath-functions/collation/codepoint` return xs:integer($x)