rcl/golden/cmd/patch_let_expr.test
Ruud van Asseldonk 606cdf08f5 Add more goldens to test 'rcl patch'
These tests together now provide 100% line coverage of rcl::patch.
2025-08-25 22:58:11 +02:00

9 lines
217 B
Text

# command: ["patch", "-", "a", "1"]
// Here we traverse the let expression (rather than let inside seq).
let a = 0;
null
# output:
// Here we traverse the let expression (rather than let inside seq).
let a = 1;
null