8 references to IsHtmlCommentAhead
Microsoft.AspNetCore.Razor.Language.UnitTests (8)
Legacy\HtmlMarkupParserTests.cs (8)
89
Assert.True(sut.
IsHtmlCommentAhead
());
99
Assert.True(sut.
IsHtmlCommentAhead
());
109
Assert.True(sut.
IsHtmlCommentAhead
());
119
Assert.False(sut.
IsHtmlCommentAhead
());
129
Assert.True(sut.
IsHtmlCommentAhead
());
139
Assert.False(sut.
IsHtmlCommentAhead
());
149
Assert.False(sut.
IsHtmlCommentAhead
());
159
Assert.True(sut.
IsHtmlCommentAhead
());