MonoDevelop.Xml/Tests
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
..
Completion Make test environment reusable 2019-10-10 18:58:00 -04:00
EditorTestHelpers Automatically wait for completion in tests 2019-10-10 21:26:05 -04:00
Formatting Fix build & tests after importing patches from MD 2019-06-17 22:44:20 -04:00
Parser Fix an assert that happens on malformed XML (#21) 2020-03-30 20:50:25 -04:00
Paths Make XML completion namespaces consistent 2019-06-20 12:01:21 -04:00
Resources Normalize line endings 2019-02-07 20:15:12 -05:00
Schema Make more context available to completion subclasses 2019-06-20 23:33:29 -04:00
Utils Make XML completion namespaces consistent 2019-06-20 12:01:21 -04:00
CommentUncommentTests.cs Add comment/uncomment. 2020-03-06 12:23:03 -08:00
ExpandSelectionTests.cs Make expansion tests reusable by derived languages 2019-11-01 19:14:59 -04:00
GlobalSuppressions.cs Add a no-op completion test 2019-05-29 23:49:40 -04:00
MonoDevelop.Xml.Tests.csproj Port expand selection tests 2019-09-27 18:59:10 -04:00
SmartIndentTests.cs Code review feedback. 2020-03-10 13:29:57 -07:00