Bend/tests/snapshots/cli__run_pretty.bend.snap

13 lines
195 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/run_pretty.bend
---
Result:
λa switch a = a {
0: λb switch b = b {
0: "ba";
_: "ta";
};
_: λ* "ata";
}