Closed holyjak closed 3 years ago
Before this change (parse-cmd "cmd") returned [] instead of the expected ["cmd"].
(parse-cmd "cmd")
[]
["cmd"]
TIP: Review ignoring whitespace changes.
Before this change
(parse-cmd "cmd")
returned[]
instead of the expected["cmd"]
.TIP: Review ignoring whitespace changes.