From 844038605dcb77df5a9a5eb6200d5c2bbd06bd75 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 1 Oct 2019 14:50:10 +0200 Subject: Fix tests after adding xml:lang. --- testfiles/src/attributes-test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'testfiles/src/attributes-test.cpp') 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 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), -- cgit v1.2.3