Skip to content

Commit 09e9714

Browse files
committed
Sync C# case test scopes
1 parent b758e9f commit 09e9714

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Razor/tests/syntax_test_cshtml.cshtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ else
110110
@switch (value)
111111
{
112112
case 1:
113-
<!--^^^^ keyword.control.switch.case -->
113+
<!--^^^^^^^^ meta.block.cs -->
114+
<!--^^^^ keyword.control.conditional.case.cs -->
115+
<!-- ^ meta.number.integer.decimal.cs constant.numeric.value.cs -->
116+
<!-- ^ punctuation.separator.case-statement.cs -->
114117
<p>The value is 1!</p>
115118
break;
116119
case 1337:

0 commit comments

Comments
 (0)