Skip to content

Commit 2ae0d79

Browse files
authored
Update src/Compiler/Microsoft.AspNetCore.Razor.Language/test/HtmlConventionsTest.cs
1 parent df6eb10 commit 2ae0d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/HtmlConventionsTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static TheoryData<string, string> HtmlConversionData
2323
{ "CAPSOnOUTSIDE", "caps-on-outside" },
2424
{ "ALLCAPS", "allcaps" },
2525
{ "One1Two2Three3", "one1-two2-three3" },
26+
{ "ONE1TWO2THREE3", "one1two2three3" },
2627
{ "First_Second_ThirdHi", "first_second_third-hi" },
2728
{ "ONE1Two", "one1-two" },
2829
{ "One123Two234Three345", "one123-two234-three345" },

0 commit comments

Comments
 (0)