lean4-htt/tests/lean/docparse/directive_0003.expected.out
David Thrane Christiansen 97464c9d7f
fix: trailing whitespace setting for string literals was ignored (#10389)
This PR fixes a bug where string literal parsing ignored its trailing
whitespace setting.
2025-09-15 09:51:56 +00:00

16 lines
No EOL
329 B
Text

Success! Final stack:
(Lean.Doc.Syntax.directive
":::"
`multiPara
[(Lean.Doc.Syntax.named_no_paren
`greatness
":="
(Lean.Doc.Syntax.arg_str
(str "\"amazing!\"")))]
"\n"
[(Lean.Doc.Syntax.para
"para{"
[(Lean.Doc.Syntax.text (str "\"foo\""))]
"}")]
":::")
All input consumed.