Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.xq')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.xq7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.xq b/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.xq
deleted file mode 100644
index 63ac08c0..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/SeqInsertBeforeFunc/K-SeqInsertBeforeFunc-8.xq
+++ /dev/null
@@ -1,7 +0,0 @@
-(:*******************************************************:)
-(: Test: K-SeqInsertBeforeFunc-8 :)
-(: Written by: Frans Englich :)
-(: Date: 2006-10-05T18:29:40+02:00 :)
-(: Purpose: A test whose essence is: `insert-before((), 1, "a string") eq "a string"`. :)
-(:*******************************************************:)
-insert-before((), 1, "a string") eq "a string" \ No newline at end of file

Back to the top