Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.xq8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.xq
deleted file mode 100644
index 345eecfc..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/SeqFunc/GeneralSeqFunc/SeqInsertBeforeFunc/fn-insert-before-mix-args-010.xq
+++ /dev/null
@@ -1,8 +0,0 @@
-(:*******************************************************:)
-(: Test: fn-insert-before-mix-args-010.xq :)
-(: Written By: Pulkita Tyagi :)
-(: Date: Thu May 12 23:34:48 2005 :)
-(: Purpose: arg1: Sequence of string, arg2:integer, arg3: float :)
-(:***************************************************************:)
-
- fn:insert-before( ("a", "b", "c"),2, xs:float("-0"))

Back to the top