Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-1.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-1.xq8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-1.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-1.xq
deleted file mode 100644
index 95f7b4f3..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/NodeSeqFunc/SeqIDREFFunc/fn-idref-1.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(: Name: fn-idref-1 :)
-(: Description: Evaluation of fn:idref with incorrect arity. :)
-
-(: insert-start :)
-declare variable $input-context1 external;
-(: insert-end :)
-
-fn:idref("argument 1",<element1>contenty</element1>,"Argument 3") \ No newline at end of file

Back to the top