_hyperscript
_hyperscript copied to clipboard
[Bug] double slashes in template strings are treated as comments
The following code
def hugo (Argument)
log Argument
end
init -- see https://kvdb.io/ for this example based on curl
put 'Path' into Path
hugo(`https://server.de/${Path}`)
end
logs https: rather than https://server.de/Path
a live example can be found here