From 3e669831a05c36a38519b6f22cb1ed3c11837f2f Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 29 May 2010 22:11:12 +0200 Subject: Copied basic Lua libs back from tmwserv-data and added dummy data The dummy data is currently mostly empty data though, so still nothing to see as far as the example content is concerned. Reviewed-by: Bertram --- example/serverdata/scripts/bomtest.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example/serverdata/scripts/bomtest.lua (limited to 'example/serverdata/scripts') diff --git a/example/serverdata/scripts/bomtest.lua b/example/serverdata/scripts/bomtest.lua new file mode 100644 index 0000000..d4b0212 --- /dev/null +++ b/example/serverdata/scripts/bomtest.lua @@ -0,0 +1,7 @@ +------------------------------------------------------------------------------- +-- This file verifies that an UTF-8 BOM is correctly handled by manaserv ------ + +function testUtf8Bom() + -- Dummy function, the test is really about whether the hidden BOM at the + -- start of this file is skipped before tripping the Lua parser. +end -- cgit