summaryrefslogtreecommitdiff
path: root/test/rexml/data/xp.tst
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-11 21:37:00 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2020-01-12 12:28:29 +0900
commitc3ccf23d5807f2ff20127bf5e42df0977bf672fb (patch)
treed3953c32b61645c7af65d30e626af944f143cf58 /test/rexml/data/xp.tst
parent012f297311817ecb19f78c55854b033bb4b0397c (diff)
Make rexml library to the bundle gems
[Feature #16485][ruby-core:96683]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2832
Diffstat (limited to 'test/rexml/data/xp.tst')
-rw-r--r--test/rexml/data/xp.tst27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/rexml/data/xp.tst b/test/rexml/data/xp.tst
deleted file mode 100644
index 6551372575..0000000000
--- a/test/rexml/data/xp.tst
+++ /dev/null
@@ -1,27 +0,0 @@
-/
-/rss
-//rss
-/rss/channel
-//link
-//image/*
-//link[2]
-//link[last()]
-rss/channel/link[last()]
-rss/channel/item/link[last()]
-rss/channel/item/link[1]
-rss/channel/item[@x='1']
-rss/channel/item[@x]
-//item[@x]
-//item[normalize-space(@name)='x']
-//*[count(title)=1]
-//*[name()='link']
-//*[starts-with(name(),'li')]
-//*[contains(name(),'y')]
-//*[string-length(name()) = 4]
-//copyright | //title
-/child::rss
-/descendant::*
-//language/parent::*
-/rss/channel/ancestor::*
-//item[position() mod 2 = 0 ]
-//item/ancestor::* \ No newline at end of file