Skip to content

Commit 82fc88e

Browse files
cdervclaude
andcommitted
Strengthen Unicode variable test assertion
Assert that the CSS vars export block contains the decoded property name (--quarto-scss-export-présentation-bg), not just that the SCSS compiled successfully. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c37cf92 commit 82fc88e

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', 'background-color']
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)