Commit 6b912966 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

xmllite/tests: Fix node type names array, indices are sparse.

parent 2c9633f6
...@@ -193,11 +193,16 @@ static const char *type_to_str(XmlNodeType type) ...@@ -193,11 +193,16 @@ static const char *type_to_str(XmlNodeType type)
"XmlNodeType_Attribute", "XmlNodeType_Attribute",
"XmlNodeType_Text", "XmlNodeType_Text",
"XmlNodeType_CDATA", "XmlNodeType_CDATA",
"", "",
"XmlNodeType_ProcessingInstruction", "XmlNodeType_ProcessingInstruction",
"XmlNodeType_Comment", "XmlNodeType_Comment",
"",
"XmlNodeType_DocumentType", "XmlNodeType_DocumentType",
"", "",
"XmlNodeType_Whitespace", "XmlNodeType_Whitespace",
"",
"XmlNodeType_EndElement", "XmlNodeType_EndElement",
"",
"XmlNodeType_XmlDeclaration" "XmlNodeType_XmlDeclaration"
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment