Bend/tests/snapshots/cli__run_pretty.bend.snap

13 lines
195 B
Plaintext
Raw Permalink Normal View History

2024-04-12 17:23:13 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/run_pretty.bend
2024-04-12 17:23:13 +03:00
---
2024-04-26 23:38:20 +03:00
Result:
λa switch a = a {
0: λb switch b = b {
0: "ba";
_: "ta";
2024-04-26 23:38:20 +03:00
};
_: λ* "ata";
2024-04-26 23:38:20 +03:00
}