1 2 3 4 5 6 7 8 9 10 11 12 13
-- expect: total=13 code=4 comment=6 blank=3 shebang=0 -- simple lua fixture --[[ multi line comment --]] local function add(a, b) return a + b end print(add(2, 3))