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