roc/test/snapshots/repl
Luke Boswell f0310302f3
Merge pull request #8442 from roc-lang/builtin-str-impls2
More Builtin `Str` implementations
2025-11-28 08:20:00 +11:00
..
add_two_dec.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
anno_only_crash.md Revert "Fix some repl tests" 2025-11-02 21:40:59 -05:00
bool_closure.md Add is_eq and is_ne methods to the Try builtin type 2025-11-26 09:35:54 +11:00
bool_not.md Add some snapshots 2025-10-31 10:51:10 -04:00
deeply_nested_lambda.md Get mostly tests passing 2025-09-30 17:47:04 -04:00
deeply_nested_polymorphic_functions.md Update snapshots 2025-08-15 00:39:42 -04:00
equality_operators.md Remove is_ne 2025-11-23 23:47:56 -05:00
for_loop_complex_mutation.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_empty_list.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_list_bool.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_list_str.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_list_u64.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_nested.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_var_conditional_persist.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_var_every_iteration.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_var_reassign_tracking.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
for_loop_with_var.md for loops in the interpreter 2025-10-24 19:18:45 -04:00
list_fold_rev_basic.md Add List.fold_rev 2025-11-24 11:28:55 -05:00
list_fold_rev_empty.md Add List.fold_rev 2025-11-24 11:28:55 -05:00
list_fold_rev_subtract.md Revise some tests 2025-11-25 07:32:17 -05:00
nested_polymorphic_functions.md Update snapshots 2025-08-15 00:39:42 -04:00
refcount_string_record_field.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
repl_basic_example.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
repl_bool_hide_type.md Don't special-case Bool rendering 2025-11-21 09:59:59 -05:00
repl_bound_numbers_show_type.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
repl_numeric_types.md Fix some more eval stuff 2025-11-21 09:31:39 -05:00
repl_record_field_access.md Fix last compile issues 2025-10-02 21:00:46 -04:00
repl_str_hide_type.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
repl_unbound_numbers_hide_type.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
return_outside_function.md Make a nicer "return outside function" error 2025-11-24 10:25:41 -05:00
return_slots_simple.md Merge remote-tracking branch 'origin/main' into layout-polymorphism 2025-08-15 00:32:50 -04:00
simple_closures.md Add is_eq and is_ne methods to the Try builtin type 2025-11-26 09:35:54 +11:00
simple_string_closure.md Merge remote-tracking branch 'origin/main' into layout-polymorphism 2025-08-15 00:32:50 -04:00
single_assignment.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
str_caseless_ascii_equals.md add Str ascii builtins (#8432) 2025-11-25 12:39:05 +01:00
str_concat.md Merge origin/main 2025-11-24 12:02:31 -05:00
str_contains.md Add Str.contains built-in (#8436) 2025-11-25 17:31:13 +01:00
str_count_utf8_bytes.md add Str.count_utf8_bytes builtin 2025-11-26 12:06:48 +11:00
str_drop_prefix.md add Str.drop_prefix builtin 2025-11-26 11:50:02 +11:00
str_drop_suffix.md add Str.drop_suffix builtin 2025-11-26 11:53:08 +11:00
str_ends_with.md add Str.ends_with builtin 2025-11-26 11:02:11 +11:00
str_from_utf8_lossy.md add Str.from_utf8_lossy builtin 2025-11-26 12:40:48 +11:00
str_is_empty.md Merge origin/main 2025-11-24 12:02:31 -05:00
str_join_with.md add Str.join_with builtin 2025-11-26 12:54:53 +11:00
str_release_excess_capacity.md add Str.release_excess_capacity builtin 2025-11-26 12:34:34 +11:00
str_repeat.md add Str.repeat builtin 2025-11-26 11:32:43 +11:00
str_reserve.md add Str.reserve builtin 2025-11-26 12:11:51 +11:00
str_split_on.md add Str.split_on builtin with comprehensive tests 2025-11-26 12:52:37 +11:00
str_starts_with.md add Str.starts_with builtin 2025-11-26 10:58:53 +11:00
str_to_utf8.md add Str.to_utf8 builtin 2025-11-26 12:38:54 +11:00
str_trim_end.md add Str.trim_{start,end} builtins 2025-11-25 20:16:58 +01:00
str_trim_start.md add Str.trim_{start,end} builtins 2025-11-25 20:16:58 +01:00
str_with_ascii_lowercased.md add Str ascii builtins (#8432) 2025-11-25 12:39:05 +01:00
str_with_ascii_uppercased.md add Str ascii builtins (#8432) 2025-11-25 12:39:05 +01:00
str_with_capacity.md add Str.with_capacity builtin 2025-11-26 12:09:59 +11:00
str_with_prefix.md add Str.with_prefix builtin 2025-11-26 11:45:48 +11:00
sub_two_dec.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00
try_is_eq.md More fixes 2025-11-26 22:42:17 -05:00
two_defs.md remove CAN and TYPES from REPL snapshots 2025-08-15 11:27:44 +10:00