arr-ai / arrai

The ultimate data engine.
http://arr.ai
Apache License 2.0
20 stars 15 forks source link

String template space issue #640

Open ericzhang6222 opened 4 years ago

ericzhang6222 commented 4 years ago

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
orlade-anz commented 4 years ago

@nofun97 had a look at this earlier and apparently it's harder than expected.