245597377 / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

Uncaughtable exceptino when calling os.date with non-existing format #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run script with non-existing format of os.date() - for example 
print(os.date("%f"))

What is the expected output? What do you see instead?
Expected output is "%f", uncaughtable exception instead

What version of the product are you using? On what operating system?
Windows 7, Lua 5.1.2 (also tried Lua 5.1.4), Lua Interface 2.0.3

Original issue reported on code.google.com by mtmar...@gmail.com on 7 Sep 2011 at 8:13