MonoDevelop.Xml/Tests/Parser
Kirill Osenkov f112aae3b9
Fix an assert that happens on malformed XML (#21)
Add two tests that are hitting the assert.

Names starting with a colon are valid according to the spec, but the spec also recommends that they only be used for namespaces. To allow proper error recovery we simplify and do not accept colons in names.
2020-03-30 20:50:25 -04:00
..
ActiveElementStartPathTestFixture.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
ActiveElementUnderCursorTests.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
AttributeNameTestFixture.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
AttributeNameUnderCursorTests.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
AttributeValueUnderCursorTests.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
InsideAttributeValueTestFixture.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
NamespaceDeclarationTestFixture.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
ParentElementPathTestFixture.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00
ParserExtensionTests.cs Fix a nullref in incremental logic for GetSpineParser() (#12) 2020-02-06 19:13:20 +01:00
ParsingTests.cs Fix an assert that happens on malformed XML (#21) 2020-03-30 20:50:25 -04:00
QualifiedNameTestFixture.cs Make XML completion namespaces consistent 2019-06-20 12:01:21 -04:00
TestXmlParser.cs Make clearer distinction between spine and tree mode parsers 2019-10-09 20:45:00 -04:00