diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-10-01 12:50:10 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-10-01 12:50:10 +0000 |
| commit | 844038605dcb77df5a9a5eb6200d5c2bbd06bd75 (patch) | |
| tree | fe801a7ae6cb1adf99810ea9bca91bc0ab86ff1b /testfiles/src/attributes-test.cpp | |
| parent | Support "lang" and "xml:lang" attributes. (diff) | |
| download | inkscape-844038605dcb77df5a9a5eb6200d5c2bbd06bd75.tar.gz inkscape-844038605dcb77df5a9a5eb6200d5c2bbd06bd75.zip | |
Fix tests after adding xml:lang.
Diffstat (limited to 'testfiles/src/attributes-test.cpp')
| -rw-r--r-- | testfiles/src/attributes-test.cpp | 1 |
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), |
