summaryrefslogtreecommitdiffstats
path: root/example/serverdata/scripts/bomtest.lua
blob: d4b02124cf14845f8c474e6255af3ea961839b3e (plain)
1
2
3
4
5
6
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