Go to file
N. Taylor Mullen acefdf5f2e Fix tests to work with new TagBlock parsing format.
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
2014-08-27 14:13:36 -07:00
src/Microsoft.AspNet.Razor Modify parser to group html begin/end elements. 2014-08-26 14:53:09 -07:00
test/Microsoft.AspNet.Razor.Test Fix tests to work with new TagBlock parsing format. 2014-08-27 14:13:36 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config Updating dev Nuget.config 2014-08-06 12:30:46 -07:00
README.md
Razor.sln
build.cmd
build.sh
global.json
makefile.shade

README.md

Razor

The Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.