Please do not post any internal, closed source snippets on this public issue tracker!
Description
Following code can't work well
@> let name = 'Eric'; $' ${name}'
'Eric'
Expected behavior
The expected result is Eric with a space ` as the code is$' ${name}'`
Actual behavior
The actual result is Eric without space
Your Environment
$ arrai info
Version : DIRTY-v0.171.0
Git commit : 4e544ebba43503cb12e6d1a9bc2bfed01291b177
Date : 2020-09-15T06:05:34Z
OS/arch : darwin/amd64
Go version : go1.14 darwin/amd64
Please do not post any internal, closed source snippets on this public issue tracker!
Description
Following code can't work well
Expected behavior
The expected result is
Eric
with a space` as the code is
$' ${name}'`Actual behavior
The actual result is
Eric
without spaceYour Environment