Skip to content

Commit 82dc52c

Browse files
committed
Regenerate
1 parent dc2de1a commit 82dc52c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

changelog_unreleased/angular/18593.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
SyntaxError: Incomplete block "case". If you meant to write the @ character, you should use the "@" HTML entity instead. (2:3)
1515

1616
<!-- Prettier main -->
17-
@switch (a) {
17+
@switch (foo) {
1818
@case (0)
1919
@case (1) {
2020
<div>case 0 or 1</div>

website/blog/2026-01-14-3.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you find Prettier valuable and want to help us keep pace with fast-moving fra
3535
SyntaxError: Incomplete block "case". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (2:3)
3636

3737
<!-- Prettier 3.8 -->
38-
@switch (a) {
38+
@switch (foo) {
3939
@case (0)
4040
@case (1) {
4141
<div>case 0 or 1</div>

0 commit comments

Comments
 (0)