rcl/golden/cmd/patch_basic.test
Ruud van Asseldonk 119d9dd6b4 Support arbitrary commands in goldens, test patch
For patching, we need to have more control over what to pass on the
command line. Previously the directory implicitly controlled this, but
the time has come to make this configurable. We can do it with one
simple header line.

Also add a simple test for patch. Editing the expectation confirms that
my simple test works as expected.
2025-08-25 22:58:11 +02:00

5 lines
67 B
Text

# command: ["patch", "-", "a", "1"]
{ a = 0 }
# output:
{ a = 1 }