mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
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.
5 lines
67 B
Text
5 lines
67 B
Text
# command: ["patch", "-", "a", "1"]
|
|
{ a = 0 }
|
|
|
|
# output:
|
|
{ a = 1 }
|