albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
894 stars 148 forks source link

Squirrel outputting additional characters when using print #271

Closed tulpenkiste closed 1 year ago

tulpenkiste commented 1 year ago

Happening on Arch Linux using a self-compiled version of squirrel. Occurs on both the interactive console and the library.

Expected:

sq>print("hi")
hi

Actual:

sq>print("hi")
asdasdhi
tulpenkiste commented 1 year ago

Nevermind, saw that it was fixed in commit 57b8f56