KathleenDollard / RoslynDOM

68 stars 16 forks source link

Fixed two paths where invalid code was throwing an exception. #102

Closed MrJul closed 9 years ago

MrJul commented 9 years ago

Fixes #101

Added a test that fails prior to the changes, and passes after (Can_get_root_from_string_with_invalid_code2). Also removed Assert.Inconclusive from Can_get_root_from_string_with_invalid_code since it now passes.