diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-05-29 22:11:12 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-05-30 17:50:55 +0200 |
commit | 3e669831a05c36a38519b6f22cb1ed3c11837f2f (patch) | |
tree | 21a2763b425480c909d43efe0856cfbab48e3573 /example/serverdata/scripts | |
parent | 8a95ed77fec7c2ef3c0fac81258f70db25009b48 (diff) | |
download | manaserv-3e669831a05c36a38519b6f22cb1ed3c11837f2f.tar.gz manaserv-3e669831a05c36a38519b6f22cb1ed3c11837f2f.tar.bz2 manaserv-3e669831a05c36a38519b6f22cb1ed3c11837f2f.tar.xz manaserv-3e669831a05c36a38519b6f22cb1ed3c11837f2f.zip |
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
Diffstat (limited to 'example/serverdata/scripts')
-rw-r--r-- | example/serverdata/scripts/bomtest.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/serverdata/scripts/bomtest.lua b/example/serverdata/scripts/bomtest.lua new file mode 100644 index 00000000..d4b02124 --- /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 |