diff -r d02c7932cbf2 -r 3e148db7f933 tests/fail/demo_hello.lua --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/fail/demo_hello.lua Tue Oct 26 10:43:56 2010 +0100 @@ -0,0 +1,5 @@ +-- hello.lua +-- the first program in every language + +io.write("Hello world, from ",_VERSION,"!\n") +