Spaces between opening parentheses of method and 1. argument raises error.
bug:
Invoking a method where there is at least one space before the 1. argument, raises an error.
expect:
It should simply ignore spaces between the opening parentheses of the called method and the start of the 1. argument.
code: input
let name = "name"
echo $len( $name)
actual: output
ion: expansion error: Variable does not exist
expect: output
4
kernel:
OS: Fedora Linux 37 (Cinnamon) x86_64
Kernel: 6.1.13-200.fc37.x86_64
version: ion --version
ion 1.0.0-alpha (x86_64-unknown-linux-gnu)
rev 2f8884c1
context: Using alacritty as terminal emulator with tmux as multiplexer