Fix sx-manifesto EvalError: close string before italic span
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:
@@ -2453,8 +2453,8 @@ def _essay_sx_manifesto() -> str:
|
|||||||
'and finally declared itself the universal language of computation. '
|
'and finally declared itself the universal language of computation. '
|
||||||
'Like every revolutionary who becomes a tyrant, '
|
'Like every revolutionary who becomes a tyrant, '
|
||||||
'it kept the worst habits of the regime it overthrew: '
|
'it kept the worst habits of the regime it overthrew: '
|
||||||
'weak typing, prototype chains, and the '
|
'weak typing, prototype chains, and the "'
|
||||||
f' {em} \"this\")"'
|
f' {em} \"this\")'
|
||||||
' " keyword.")'
|
' " keyword.")'
|
||||||
f' {p}'
|
f' {p}'
|
||||||
' "CSS, the third estate, controls all visual presentation '
|
' "CSS, the third estate, controls all visual presentation '
|
||||||
|
|||||||
Reference in New Issue
Block a user