7 references to ParseDocumentTest
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (2)
Legacy\HtmlAttributeTest.cs (2)
305ParseDocumentTest("<span @class='@foo'></span>", RazorFileKind.Component); 311ParseDocumentTest("<span @class:param='@foo'></span>", RazorFileKind.Component);
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
Legacy\HtmlAttributeTest.cs (5)
380ParseDocumentTest("<span @class='@foo'></span>", RazorFileKind.Component); 386ParseDocumentTest("<span @class:param='@foo'></span>", RazorFileKind.Component); 398ParseDocumentTest("""<Weather Value="@@currentCount" />""", RazorFileKind.Component); 404ParseDocumentTest("""<Weather Value="@@count" Title="@@title" />""", RazorFileKind.Component); 410ParseDocumentTest("""<Weather Value="@@currentCount @someVar" />""", RazorFileKind.Component);