aspnetcore/test/Microsoft.AspNetCore.Blazor.../TestFiles
Ryan Nowak 3f5d25d314 Fix 773
We weren't handling a few cases that can occur during typing correctly.
Our passes that look at the content of attributes need to be prepared
for it to be empty in cases where the attribute has been partially
typed in the editor.

I added a smoke test for this that attempts to simulate typing and found
another issue to fix.

The end result of this is that the design for this kind of code is
simpler and takes a more 'brute-force' approach to understanding
attributes. I think this is a good change based on the problems with how
this code has been written today, there are too many possible cases to
try and have the code express and document them all.
2018-05-08 12:39:18 -07:00
..
DesignTimeCodeGenerationTest Fix 773 2018-05-08 12:39:18 -07:00
RuntimeCodeGenerationTest Fix 773 2018-05-08 12:39:18 -07:00