Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq
deleted file mode 100644
index 49b038da..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/PathExpr/Steps/Axes/Axes049.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(: Name: Axes049 :)
-(: Description: Test implied child axis in '/node()' absolute path. :)
-
-(: insert-start :)
-declare variable $input-context external;
-(: insert-end :)
-
-fn:count($input-context/node())

Back to the top