This PR fixes a bug where string literal parsing ignored its trailing whitespace setting.
16 lines
No EOL
333 B
Text
16 lines
No EOL
333 B
Text
Failure @30 (⟨1, 30⟩): expected ')'
|
|
Final stack:
|
|
(Lean.Doc.Syntax.codeblock
|
|
"```"
|
|
[`scheme
|
|
[(Lean.Doc.Syntax.named
|
|
"("
|
|
`dialect
|
|
":="
|
|
(Lean.Doc.Syntax.arg_str
|
|
(str "\"chicken\""))
|
|
<missing>)]]
|
|
"\n"
|
|
(str "\"(define x 4)\\nx\\n\"")
|
|
"```")
|
|
Remaining: "\n(define x 4)\nx\n```" |