Skip to content

Commit 6a9bc23

Browse files
cdervclaude
andcommitted
Use literal Unicode in test assertion for decode validation
The wildcard regex pr.*sentation matched both decoded and encoded forms, making the test pass regardless of whether decodeScssName worked. Use the literal character présentation-bg instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 82fc88e commit 6a9bc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/docs/smoke-all/2026/02/20/issue-14065-var.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _quarto:
99
tests:
1010
html:
1111
ensureCssRegexMatches:
12-
- ['#test-unicode-var', '--quarto-scss-export-pr.*sentation-bg']
12+
- ['#test-unicode-var', '--quarto-scss-export-présentation-bg']
1313
---
1414

1515
Content with a unicode-named color variable in SCSS.

0 commit comments

Comments
 (0)