html5bytebeat icon indicating copy to clipboard operation
html5bytebeat copied to clipboard

line breaks and single line comments don't work properly

Open SArpnt opened this issue 2 years ago • 1 comments

both these code snippets should act the same as t

"//",t
(`
`=="\n")?t:0

but neither do. it seems like you're running some kind of string replace to make all the code a single line.

SArpnt avatar Jan 02 '24 00:01 SArpnt