diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 15:10:49 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 4b87fefc2e14acab7f0215599f0ac47d2ceb6339 (patch) | |
| tree | fffdf262e6688b030334a7c24a93b028f2327cf9 /spec/rtnode_spec.moon | |
| parent | base.match: fix bug when repeating multi-element patterns (diff) | |
| download | alive-4b87fefc2e14acab7f0215599f0ac47d2ceb6339.tar.gz alive-4b87fefc2e14acab7f0215599f0ac47d2ceb6339.zip | |
add PureOp spec
Diffstat (limited to 'spec/rtnode_spec.moon')
| -rw-r--r-- | spec/rtnode_spec.moon | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/rtnode_spec.moon b/spec/rtnode_spec.moon index 1719620..6ac7d15 100644 --- a/spec/rtnode_spec.moon +++ b/spec/rtnode_spec.moon @@ -18,8 +18,7 @@ dirty_op = -> result, input, op_with_inputs { input } node_with_sideinput = (result, input) -> - with RTNode :result - .side_inputs = { [result]: input } + RTNode :result, side_inputs: { [result]: input } describe 'RTNode', -> it 'wraps result, children', -> |
