Thanks to @broneill — full details at #4277 (reply in thread)
I had been thinking of into as a transform — so following a pipe (either a | or new line).
Currently, quoting from the discussion linked above
valid, correctly so
valid, but incorrectly so — I think should be invalid
from y into x # should require `|`
from x
invalid, but incorrectly so — I think should be valid
from y | into x # the `|` should make it valid
from x
Thanks to @broneill — full details at #4277 (reply in thread)
I had been thinking of
intoas a transform — so following a pipe (either a|or new line).Currently, quoting from the discussion linked above
valid, correctly so
valid, but incorrectly so — I think should be invalid
invalid, but incorrectly so — I think should be valid