Reproduce missing support for when after operator

This commit is contained in:
Richard Feldman 2022-07-24 18:20:24 -04:00
parent 0d2141d8b8
commit bbf867c1d1
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
3 changed files with 59 additions and 0 deletions

View file

@ -229,6 +229,7 @@ mod test_parse {
pass/parse_as_ann.expr,
pass/pattern_with_space_in_parens.expr, // https://github.com/rtfeldman/roc/issues/929
pass/plus_if.expr,
pass/plus_when.expr,
pass/pos_inf_float.expr,
pass/positive_float.expr,
pass/positive_int.expr,