roc/compiler/parse/tests/snapshots/pass
Ayaz e5eb9c9f1c
Merge pull request #3052 from rtfeldman/build-encode
Encode/JSON in standard library typechecks
2022-05-19 21:16:59 -04:00
..
ability_demand_signature_is_multiline.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
ability_demand_signature_is_multiline.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
ability_multi_line.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
ability_multi_line.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
ability_single_line.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
ability_single_line.expr.roc Parse multiple abilities behind each other 2022-04-06 11:20:51 -04:00
ability_two_in_a_row.expr.result-ast Make spaces before ability are recorded 2022-05-19 18:21:45 -04:00
ability_two_in_a_row.expr.roc Parse multiple abilities behind each other 2022-04-06 11:20:51 -04:00
add_var_with_spaces.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
add_var_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
add_with_spaces.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
add_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
annotated_record_destructure.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
annotated_record_destructure.expr.roc Parse destructured tag annotations as annotations rather than aliases 2021-12-26 16:11:29 -06:00
annotated_tag_destructure.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
annotated_tag_destructure.expr.roc Parse destructured tag annotations as annotations rather than aliases 2021-12-26 16:11:29 -06:00
apply_parenthetical_tag_args.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
apply_parenthetical_tag_args.expr.roc Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
apply_tag.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
apply_tag.expr.roc Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
apply_three_args.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
apply_three_args.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_two_args.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
apply_two_args.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_unary_negation.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
apply_unary_negation.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
apply_unary_not.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
apply_unary_not.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_apply.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
basic_apply.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_docs.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
basic_docs.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_field.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
basic_field.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
basic_tag.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
basic_tag.expr.roc Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
basic_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
basic_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
closure_with_underscores.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
closure_with_underscores.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_after_def.module.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
comment_after_def.module.roc debugging inline comment bug 2021-12-01 16:57:28 +01:00
comment_after_op.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
comment_after_op.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_before_op.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
comment_before_op.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_inside_empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
comment_inside_empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
comment_with_non_ascii.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
comment_with_non_ascii.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
destructure_tag_assignment.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
destructure_tag_assignment.expr.roc Admit tag destructuring in definitions 2021-12-30 19:50:50 -06:00
empty_app_header.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
empty_app_header.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
empty_hosted_header.header.result-ast Add parse tests for hosted modules 2022-01-30 20:40:50 -05:00
empty_hosted_header.header.roc Add parse tests for hosted modules 2022-01-30 20:40:50 -05:00
empty_interface_header.header.result-ast Fix tests 2022-01-01 18:20:05 -08:00
empty_interface_header.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
empty_platform_header.header.result-ast fix parse tests 2022-02-04 22:51:18 +01:00
empty_platform_header.header.roc fix parse tests 2022-02-04 22:51:18 +01:00
empty_record.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
empty_record.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
empty_string.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
empty_string.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
equals.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
equals.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
equals_with_spaces.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
equals_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
expect.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
expect.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
float_with_underscores.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
float_with_underscores.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
full_app_header.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
full_app_header.header.roc Rename base package to pf everywhere, to match tutorial 2021-12-12 05:57:39 -07:00
full_app_header_trailing_commas.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
full_app_header_trailing_commas.header.roc Rename base package to pf everywhere, to match tutorial 2021-12-12 05:57:39 -07:00
function_effect_types.header.result-ast Simplify example platform names 2022-03-07 19:59:29 -07:00
function_effect_types.header.roc Simplify example platform names 2022-03-07 19:59:29 -07:00
highest_float.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
highest_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
highest_int.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
highest_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
if_def.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
if_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
int_with_underscore.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
int_with_underscore.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
interface_with_newline.header.result-ast Parse interfaces with leading newlines 2022-01-29 23:58:41 -05:00
interface_with_newline.header.roc Remove leading newlines from code files 2022-02-13 14:55:34 -07:00
list_closing_indent_not_enough.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
list_closing_indent_not_enough.expr.roc Add tests 2022-02-26 14:15:46 -08:00
list_closing_same_indent_no_trailing_comma.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
list_closing_same_indent_no_trailing_comma.expr.roc Add tests 2022-02-26 14:15:46 -08:00
list_closing_same_indent_with_trailing_comma.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
list_closing_same_indent_with_trailing_comma.expr.roc Add tests 2022-02-26 14:15:46 -08:00
lowest_float.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
lowest_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
lowest_int.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
lowest_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
malformed_ident_due_to_underscore.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
malformed_ident_due_to_underscore.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
malformed_pattern_field_access.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
malformed_pattern_field_access.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
malformed_pattern_module_name.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
malformed_pattern_module_name.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
minimal_app_header.header.result-ast Parse app header provided types 2022-01-23 11:52:59 -05:00
minimal_app_header.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
minus_twelve_minus_five.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
minus_twelve_minus_five.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
mixed_docs.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
mixed_docs.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
module_def_newline.module.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
module_def_newline.module.roc migrate other module tests 2021-11-14 18:36:54 -08:00
multi_backpassing.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
multi_backpassing.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multi_char_string.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
multi_char_string.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiline_type_signature.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
multiline_type_signature.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiline_type_signature_with_comment.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
multiline_type_signature_with_comment.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiple_fields.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
multiple_fields.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
multiple_operators.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
multiple_operators.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
neg_inf_float.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
neg_inf_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
negative_float.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
negative_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
negative_int.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
negative_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
nested_def_annotation.module.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
nested_def_annotation.module.roc migrate other module tests 2021-11-14 18:36:54 -08:00
nested_if.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
nested_if.expr.roc Actually add the test files 2021-12-23 19:39:54 -06:00
nested_module.header.result-ast Fix tests 2022-01-01 18:20:05 -08:00
nested_module.header.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
newline_after_equals.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
newline_after_equals.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_after_mul.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
newline_after_mul.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_after_sub.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
newline_after_sub.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_and_spaces_before_less_than.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
newline_and_spaces_before_less_than.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_before_add.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
newline_before_add.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
newline_before_sub.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
newline_before_sub.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
newline_inside_empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
newline_inside_empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
newline_singleton_list.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
newline_singleton_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
nonempty_hosted_header.header.result-ast Add parse tests for hosted modules 2022-01-30 20:40:50 -05:00
nonempty_hosted_header.header.roc Add parse tests for hosted modules 2022-01-30 20:40:50 -05:00
nonempty_platform_header.header.result-ast fix parse tests 2022-02-04 22:51:18 +01:00
nonempty_platform_header.header.roc remove old Effect module things 2022-02-03 23:55:02 +01:00
not_docs.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
not_docs.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
number_literal_suffixes.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
number_literal_suffixes.expr.roc Fix parser tests 2022-02-01 22:49:52 -05:00
one_backpassing.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
one_backpassing.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_char_string.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
one_char_string.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_def.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
one_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_minus_two.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
one_minus_two.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_plus_two.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
one_plus_two.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
one_spaced_def.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
one_spaced_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
opaque_has_abilities.expr.result-ast Parse has-derived clauses 2022-05-19 18:29:31 -04:00
opaque_has_abilities.expr.roc Parse has-derived clauses 2022-05-19 18:29:31 -04:00
opaque_reference_expr.expr.result-ast Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_expr.expr.roc Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_expr_with_arguments.expr.result-ast Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_expr_with_arguments.expr.roc Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_pattern.expr.result-ast Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_pattern.expr.roc Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_pattern_with_arguments.expr.result-ast Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_reference_pattern_with_arguments.expr.roc Update opaque parse tests 2022-04-25 13:59:57 -04:00
opaque_simple.module.result-ast Parse has-derived clauses 2022-05-19 18:29:31 -04:00
opaque_simple.module.roc Test for opaque definitions 2022-02-19 20:51:12 -05:00
opaque_with_type_arguments.module.result-ast Parse has-derived clauses 2022-05-19 18:29:31 -04:00
opaque_with_type_arguments.module.roc Test for opaque definitions 2022-02-19 20:51:12 -05:00
ops_with_newlines.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
ops_with_newlines.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
outdented_app_with_record.expr.result-ast Fix parse tests 2022-04-14 10:47:18 -04:00
outdented_app_with_record.expr.roc Fix parse tests 2022-04-14 10:47:18 -04:00
outdented_list.expr.result-ast Test for outdented list parse 2022-04-14 09:31:26 -04:00
outdented_list.expr.roc Test for outdented list parse 2022-04-14 09:31:26 -04:00
outdented_record.expr.result-ast Make sure outdented records parse 2022-04-14 09:31:55 -04:00
outdented_record.expr.roc Make sure outdented records parse 2022-04-14 09:31:55 -04:00
packed_singleton_list.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
packed_singleton_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_apply.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
parenthetical_apply.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_basic_field.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
parenthetical_basic_field.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_field_qualified_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
parenthetical_field_qualified_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parenthetical_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
parenthetical_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parse_alias.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
parse_alias.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
parse_as_ann.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
parse_as_ann.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
pattern_with_space_in_parens.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
pattern_with_space_in_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
plus_if.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
plus_if.expr.roc Allow parsing if as part of the right-hand-side of a binary expression 2022-04-24 09:56:53 -07:00
pos_inf_float.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
pos_inf_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
positive_float.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
positive_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
positive_int.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
positive_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
provides_type.header.result-ast Add parse tests snapshot 2022-01-23 12:20:35 -05:00
provides_type.header.roc Support optional spaces in app header types 2022-01-23 12:02:34 -05:00
qualified_field.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
qualified_field.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
qualified_tag.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
qualified_tag.expr.roc Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
qualified_var.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
qualified_var.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
record_destructure_def.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
record_destructure_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
record_func_type_decl.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
record_func_type_decl.expr.roc Allow function types in records 2021-12-17 15:09:15 -08:00
record_type_with_function.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
record_type_with_function.expr.roc Add parse test for tui-platform/Package-Config.roc 2022-05-06 12:06:28 -04:00
record_update.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
record_update.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
record_with_if.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
record_with_if.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
requires_type.header.result-ast fix parse tests 2022-02-04 22:51:18 +01:00
requires_type.header.roc remove old Effect module things 2022-02-03 23:55:02 +01:00
single_arg_closure.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
single_arg_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
single_underscore_closure.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
single_underscore_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
space_only_after_minus.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
space_only_after_minus.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
spaced_singleton_list.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
spaced_singleton_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
spaces_inside_empty_list.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
spaces_inside_empty_list.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
standalone_module_defs.module.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
standalone_module_defs.module.roc migrate header + some module tests 2021-11-14 18:36:52 -08:00
string_without_escape.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
string_without_escape.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
sub_var_with_spaces.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
sub_var_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
sub_with_spaces.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
sub_with_spaces.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
tag_pattern.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
tag_pattern.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
ten_times_eleven.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
ten_times_eleven.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
three_arg_closure.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
three_arg_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
two_arg_closure.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
two_arg_closure.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
two_backpassing.expr.result-ast Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
two_backpassing.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
two_branch_when.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
two_branch_when.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
two_spaced_def.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
two_spaced_def.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
type_decl_with_underscore.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
type_decl_with_underscore.expr.roc Parse _ in type annotations as an 'Inferred' type 2021-11-17 17:59:40 -08:00
unary_negation.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_negation.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_negation_access.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_negation_access.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_negation_arg.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
unary_negation_arg.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_negation_with_parens.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
unary_negation_with_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_not.expr.result-ast Fix tests 2022-01-01 18:20:05 -08:00
unary_not.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
unary_not_with_parens.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
unary_not_with_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
underscore_backpassing.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
underscore_backpassing.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_else.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_else.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_if.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_if.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_is.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_is.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_minus_two.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
var_minus_two.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_then.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_then.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
var_when.expr.result-ast Fix test formatting and actually assert that they pass 2021-11-14 18:31:44 -08:00
var_when.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_if_guard.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
when_if_guard.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_in_parens.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
when_in_parens.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_in_parens_indented.expr.result-ast Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
when_in_parens_indented.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_with_alternative_patterns.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
when_with_alternative_patterns.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_with_function_application.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
when_with_function_application.expr.roc Remove trailing spaces from test snapshots 2022-01-18 22:33:24 -07:00
when_with_negative_numbers.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
when_with_negative_numbers.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_with_numbers.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
when_with_numbers.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
when_with_records.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
when_with_records.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
where_clause_function.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
where_clause_function.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
where_clause_multiple_has.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
where_clause_multiple_has.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
where_clause_multiple_has_across_newlines.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
where_clause_multiple_has_across_newlines.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
where_clause_non_function.expr.result-ast Split up Defs into TypeDef and ValueDef 2022-04-06 22:18:57 -04:00
where_clause_non_function.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
where_clause_on_newline.expr.result-ast Fix parser tests 2022-05-06 12:10:08 -04:00
where_clause_on_newline.expr.roc Parse abilities 2022-03-12 21:29:06 -06:00
zero_float.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
zero_float.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00
zero_int.expr.result-ast Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
zero_int.expr.roc automatically export snapshot tests 2021-11-14 18:20:21 -08:00