This PR upstreams the Verso parser and adds preliminary support for Verso in docstrings. This will allow the compiler to check examples and cross-references in documentation. After a `stage0` update, a follow-up PR will add the appropriate attributes that allow the feature to be used. The parser tests from Verso also remain to be upstreamed, and user-facing documentation will be added once the feature has been used on more internals.
36 lines
No EOL
782 B
Text
36 lines
No EOL
782 B
Text
3 failures:
|
|
@68 (⟨8, 0⟩): expected closing ':::' from directive on line 3 at column 0, but it's at column 1
|
|
" :::\n"
|
|
@72 (⟨8, 4⟩): expected token
|
|
"\n"
|
|
@73 (⟨9, 0⟩): expected closing ':::' for directive from line 8
|
|
""
|
|
|
|
Final stack:
|
|
[(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text
|
|
(str
|
|
"\"Here's some error recovery for directives.\""))]
|
|
"}")
|
|
(Lean.Doc.Syntax.directive
|
|
":::"
|
|
`foo
|
|
[]
|
|
"\n"
|
|
[(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text (str "\"Indeed.\""))]
|
|
"}")
|
|
(Lean.Doc.Syntax.para
|
|
"para{"
|
|
[(Lean.Doc.Syntax.text (str "\"It is.\""))]
|
|
"}")]
|
|
<missing>)
|
|
(Lean.Doc.Syntax.directive
|
|
":::"
|
|
<missing>
|
|
[]
|
|
"\n"
|
|
[]
|
|
<missing>)] |