lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 11/3/12, Paul K <paulclinger@yahoo.com> wrote:
> -- eof.lua
> print(("print %q"):format("1\n2\0263"))
>
>> lua eof.lua | lua
> returns "unfinished string near '<eof>'".

Hi Paul,

Sorry, I can't reproduce the issue.
It works fine for me on Linux (luajit)
and Windows (luajit and vanilla Lua 5.2).