Skip to content

Commit

Permalink
VarDecl, circularity tests. #167
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Oct 17, 2024
1 parent 24026b5 commit b3d06f6
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions prod/VarDecl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,10 @@
true()
</test>
<result>
<assert-true/>
<any-of>
<assert-true/>
<error code="XQST0054"/>
</any-of>
</result>
</test-case>

Expand All @@ -1674,7 +1677,10 @@
$var
</test>
<result>
<assert-eq>1</assert-eq>
<any-of>
<assert-eq>1</assert-eq>
<error code="XQST0054"/>
</any-of>
</result>
</test-case>

Expand All @@ -1689,7 +1695,10 @@
local:func1()
</test>
<result>
<assert-eq>1</assert-eq>
<any-of>
<assert-eq>1</assert-eq>
<error code="XQST0054"/>
</any-of>
</result>
</test-case>

Expand All @@ -1704,7 +1713,10 @@
local:func2(123)
</test>
<result>
<assert-eq>1</assert-eq>
<any-of>
<assert-eq>1</assert-eq>
<error code="XQST0054"/>
</any-of>
</result>
</test-case>

Expand Down

0 comments on commit b3d06f6

Please sign in to comment.