Ajay Bhargav Baaskaran
4b2245eeb9
[ Fixes #924 ] Correct RightShiftAssign operator
2017-02-15 16:31:40 -08:00
N. Taylor Mullen
8d7c51bd60
Change TagHelpers to work in partial parsing.
...
- Prior to this change any query for ownership within a TagHelper would never succeed.
- TagHelpers structure can be influenced greatly by changes to the tags start/end body; therefore, only allowed modifications to TagHelper attribute values to avoid complexity and enable the more widespread scenario of a user typing C# code in an attribute value.
- Updated existing tests to reflect the new edit handlers that were added to TagHelper attributes.
- Added partial parsing tests to verify partial parses succeed/fail when expected.
#792
2016-08-15 16:15:41 -07:00
Ajay Bhargav Baaskaran
687b3f6911
[ Fixes #815 ] Fix Debug.Assert failure for malformed tags in expression
2016-08-08 16:34:38 -07:00
N. Taylor Mullen
9c4eee14b8
Update tests to follow developer guidelines.
...
- Moved tests to match their corresponding test src files.
- Updated test namespaces to match their corresponding test src files.
#782
2016-06-21 12:08:50 -07:00
N. Taylor Mullen
e20d18636e
Move more classes into Internal namespaces.
...
- These classes aren't needed as top level public classes.
#779
2016-06-13 13:53:14 -07:00
N. Taylor Mullen
d0bf6bf841
Make HTML comments more resilient to extra end dashes.
...
aspnet/Mvc#4465
2016-05-24 15:34:35 -07:00
N. Taylor Mullen
cdea6fd3fb
Fix TagHelper directive tests to fail when expected.
...
- Prior to this change the equals bits were falling back to the type comparison that `ChunkGenerator` exposes.
2016-05-18 11:05:55 -07:00
Ajay Bhargav Baaskaran
9bfa74d829
[ Fixes #739 ] Newline after text tag rendered only if followed by html
2016-05-02 16:29:29 -07:00
Ajay Bhargav Baaskaran
b520c9c15e
Fix: Newline at the end of text tag in code block is rendered as markup
2016-04-26 15:43:18 -07:00
N. Taylor Mullen
e6d4d6c7a1
Fix nested C# blocks when combined with C# @ symbols.
...
- We used to accept until markup or an ending brace which didn't allow the parser to balance nested braces.
#679
2016-03-03 12:34:35 -08:00
Caleb Nelton
b03d3aa56f
Code Cleanup
...
Use var
Conditional can be simplified
Redundant array creation expression
Parameter name differs in base declaration
Empty statement is redundant
2016-02-18 12:04:32 -08:00
hexelium
a0164b005d
( #346 ) Fixed case when razor fails to recognize escape shortcut when the first character in a text is `:`. For example @::sometext.
2016-02-15 20:51:43 +02:00
N. Taylor Mullen
3968eded19
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:21:25 -08:00
N. Taylor Mullen
3542ec3167
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:21:05 -08:00