mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
suffixed tests passing
This commit is contained in:
parent
b13adf6898
commit
4625926486
2 changed files with 131 additions and 91 deletions
|
@ -233,6 +233,7 @@ pub fn parse_src<'a>(arena: &'a Bump, line: &'a str) -> ParseOutcome<'a> {
|
|||
ExprParseOptions {
|
||||
accept_multi_backpassing: true,
|
||||
check_for_arrow: true,
|
||||
suffixed_found: false,
|
||||
},
|
||||
0,
|
||||
arena,
|
||||
|
@ -257,6 +258,7 @@ pub fn parse_src<'a>(arena: &'a Bump, line: &'a str) -> ParseOutcome<'a> {
|
|||
ExprParseOptions {
|
||||
accept_multi_backpassing: true,
|
||||
check_for_arrow: true,
|
||||
suffixed_found: false,
|
||||
},
|
||||
0,
|
||||
arena,
|
||||
|
@ -305,6 +307,7 @@ pub fn parse_src<'a>(arena: &'a Bump, line: &'a str) -> ParseOutcome<'a> {
|
|||
ExprParseOptions {
|
||||
accept_multi_backpassing: true,
|
||||
check_for_arrow: true,
|
||||
suffixed_found: false,
|
||||
},
|
||||
0,
|
||||
arena,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue