aiken/crates/aiken-lang/src/parser/expr/snapshots
KtorZ 8ba5946c32
Preserve escape sequence after formatting
Bumped into this randomly. We do correctly parse escape sequence, but
  the format would simply but the unescaped string back on save. Now it
  properly re-escapes strings before flushing them back. I also removed
  the escape sequence for 'backspace' and 'new page' form feed as I
  don't see any use case for those in an Aiken program really...
2023-09-08 12:12:15 +02:00
..
and_chain.snap feat: new snapshots 2023-08-15 09:58:35 -04:00
and_or_chain.snap feat: new snapshots 2023-08-15 09:58:35 -04:00
anonymous_function_basic.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
block_basic.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
bytearray_base16.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
bytearray_basic.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
bytearray_utf8_encoded.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
bytearray_utf8_escaped.snap Preserve escape sequence after formatting 2023-09-08 12:12:15 +02:00
empty_list.snap test: add empty list test 2023-07-04 17:19:29 -04:00
error_basic.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
error_sugar.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
expect.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
expect_bool_sugar.snap feat: expect boolean sugar 2023-07-15 20:50:02 -04:00
expect_trace_if_false.snap chore: prepare changelog for release 2023-07-15 21:34:41 -04:00
fail_empty.snap fix: code gen tests now up to date using trace 2023-08-07 12:02:44 -04:00
fail_expr.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
field_access.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
first_class_binop.snap test(parser): anon binop and ambiguous sequence 2023-07-04 17:19:30 -04:00
function_invoke.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
if_else_basic.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
int_hex_bytes.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
int_list.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
int_literal.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
int_negative.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
int_numeric_underscore.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
let_bindings.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
list_spread.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
or_chain.snap feat: new snapshots 2023-08-15 09:58:35 -04:00
parse_tuple.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
parse_tuple2.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
pipeline.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
plus_binop.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
record_create_labeled.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
record_create_labeled_with_field_access.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
record_create_unlabeled.snap Rename (Un)TypedExpr.Int -> (Un)TypedExpr.UInt 2023-07-06 16:10:46 -04:00
record_update_basic.snap test(parser): type alias, anon fn, record update and more 2023-07-04 17:19:30 -04:00
string_basic.snap test(parser): finish moving tests to their correct modules 2023-07-04 17:48:48 -04:00
todo_basic.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
todo_empty.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
todo_expr.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
todo_sugar.snap fix: todo and fail spans 2023-07-15 20:08:16 -04:00
trace_expr.snap fix: trace expr 2023-07-15 20:08:16 -04:00
trace_expr_todo.snap fix: trace expr 2023-07-15 20:08:16 -04:00