summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-06-23 17:51:40 -0400
committerShaun McCance <shaunm@gnome.org>2011-06-24 10:21:08 -0400
commit56cd8382ae979fab1a4a4a25f052d93d1070fc6d (patch)
tree7cfb353d2d03d032bf34e0e5b55fe733ba626d04 /tests
parent333218d4978a7b203252d35e7979f64cfb3b0c1c (diff)
downloaditstool-56cd8382ae979fab1a4a4a25f052d93d1070fc6d.tar.gz
Made dropRule take a drop attribute, like other rules
Diffstat (limited to 'tests')
-rw-r--r--tests/Droprule.ll.xml2
-rw-r--r--tests/Droprule.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Droprule.ll.xml b/tests/Droprule.ll.xml
index 9eef088..49d3ac4 100644
--- a/tests/Droprule.ll.xml
+++ b/tests/Droprule.ll.xml
@@ -2,7 +2,7 @@
<doc xmlns:its="http://www.w3.org/2005/11/its" xmlns:itst="http://itstool.org/extensions/" its:version="1.0">
<head>
<its:rules version="1.0">
- <itst:dropRule selector="//blanktag"/>
+ <itst:dropRule selector="//blanktag" drop="yes"/>
</its:rules>
</head>
<content>
diff --git a/tests/Droprule.xml b/tests/Droprule.xml
index 39a05ea..7c910b4 100644
--- a/tests/Droprule.xml
+++ b/tests/Droprule.xml
@@ -1,7 +1,7 @@
<doc xmlns:its="http://www.w3.org/2005/11/its" xmlns:itst="http://itstool.org/extensions/" its:version="1.0">
<head>
<its:rules version="1.0">
- <itst:dropRule selector="//blanktag"/>
+ <itst:dropRule selector="//blanktag" drop="yes"/>
</its:rules>
</head>
<content>