lean4-htt/tests/docparse/blocks_0039.txt.out.expected
Garmelon a3cb39eac9
chore: migrate more tests to new test suite (#12809)
This PR migrates most remaining tests to the new test suite. It also
completes the migration of directories like `tests/lean/run`, meaning
that PRs trying to add tests to those old directories will now fail.
2026-03-06 16:52:01 +00:00

29 lines
No EOL
812 B
Text

Failure @65 (⟨4, 0⟩): expected '`' to close inline code
Final stack:
[(Lean.Doc.Syntax.para
"para{"
[(Lean.Doc.Syntax.text
(str "\"Attention:\""))]
"}")
(Lean.Doc.Syntax.para
"para{"
[(Lean.Doc.Syntax.text
(str
"\"Here is a paragraph with an unterminated \""))
(Lean.Doc.Syntax.code
"`"
(str "\"code block\"")
<missing>)
(Lean.Doc.Syntax.text
(str
"\"that would be super annoying without error recovery in the\""))
(Lean.Doc.Syntax.linebreak
"line!"
(str "\"\\n\""))
(Lean.Doc.Syntax.text (str "\"parser.\""))]
"}")
(Lean.Doc.Syntax.para
"para{"
[(Lean.Doc.Syntax.text (str "\"Yep.\""))]
"}")]
Remaining: "that would be super annoying without error recovery in the\nparser.\n\nYep."