summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-10-01 12:50:10 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-10-01 12:50:10 +0000
commit844038605dcb77df5a9a5eb6200d5c2bbd06bd75 (patch)
treefe801a7ae6cb1adf99810ea9bca91bc0ab86ff1b /testfiles
parentSupport "lang" and "xml:lang" attributes. (diff)
downloadinkscape-844038605dcb77df5a9a5eb6200d5c2bbd06bd75.tar.gz
inkscape-844038605dcb77df5a9a5eb6200d5c2bbd06bd75.zip
Fix tests after adding xml:lang.
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/src/attributes-test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp
index ce397b9bb..791f14072 100644
--- a/testfiles/src/attributes-test.cpp
+++ b/testfiles/src/attributes-test.cpp
@@ -368,6 +368,7 @@ std::vector<AttributeInfo> getKnownAttrs()
AttributeInfo("xlink:title", true),
AttributeInfo("xlink:type", true),
AttributeInfo("xml:base", false),
+ AttributeInfo("xml:lang", true),
AttributeInfo("xml:space", true),
AttributeInfo("xmlns", false),
AttributeInfo("xmlns:xlink", false),