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.
29 lines
No EOL
812 B
Text
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." |