v icon indicating copy to clipboard operation
v copied to clipboard

Double backslash bug with `-native` flag (Runtime Error)

Open malisipi opened this issue 3 years ago • 1 comments

V version: 0.3.1 f2f6ea5 OS: Windows 10

What did you do? v -native run example.v

println("\\")

What did you expect to see? Output: \

What did you see instead? Output: \\

malisipi avatar Sep 04 '22 15:09 malisipi

Also Linux have same bug V version: 0.3.1 1c63ce4 OS: Ubuntu 20.04.5 LTS on Windows 10 x86_64

malisipi avatar Sep 06 '22 12:09 malisipi