mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
parse expect
This commit is contained in:
parent
50942325b9
commit
700e7d9686
12 changed files with 223 additions and 5 deletions
|
@ -158,6 +158,8 @@ fn generate_module_doc<'a>(
|
|||
|
||||
Body(_, _) => (acc, None),
|
||||
|
||||
Expect(c) => todo!("documentation for tests {:?}", c),
|
||||
|
||||
NotYetImplemented(s) => todo!("{}", s),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue