roc/crates/compiler/test_syntax/tests/snapshots/malformed
Joshua Warner 4f32f43048
Implement block / indent based parsing
... and enforce that defs can only occur in blocks (or, inside parenthesized expressions)
2024-07-27 13:34:16 -07:00
..
bad_opaque_ref.expr.formatted.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
bad_opaque_ref.expr.result-ast Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
bad_opaque_ref.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
malformed_ident_due_to_underscore.expr.result-ast Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
malformed_ident_due_to_underscore.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
malformed_pattern_field_access.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
malformed_pattern_field_access.expr.result-ast Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
malformed_pattern_field_access.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
malformed_pattern_module_name.expr.formatted.roc Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
malformed_pattern_module_name.expr.result-ast Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
malformed_pattern_module_name.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
module_dot_tuple.expr.result-ast Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
module_dot_tuple.expr.roc Fix a bunch of bugs in parsing/formatting found by fuzzing 2023-02-07 20:25:56 -08:00
qualified_tag.expr.result-ast Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
qualified_tag.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
underscore_expr_in_def.expr.formatted.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00
underscore_expr_in_def.expr.result-ast Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
underscore_expr_in_def.expr.roc Add a Malformed trait, and assert that 'passing' tests don't produce a malformed result 2023-01-25 21:01:05 -08:00