Fix sx-manifesto EvalError: close string before italic span
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m40s

The em span variable was embedded inside an unclosed sx string,
causing the " before "italic" to close the outer string and
leaving italic as an undefined bare symbol.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 11:57:28 +00:00
parent 213421516e
commit 5fac47c132

View File

@@ -2453,8 +2453,8 @@ def _essay_sx_manifesto() -> str:
'and finally declared itself the universal language of computation. '
'Like every revolutionary who becomes a tyrant, '
'it kept the worst habits of the regime it overthrew: '
'weak typing, prototype chains, and the '
f' {em} \"this\")"'
'weak typing, prototype chains, and the "'
f' {em} \"this\")'
' " keyword.")'
f' {p}'
' "CSS, the third estate, controls all visual presentation '