[chore] Spaces for indendation, not tabs (#8364)

Overlooked in #8312.
pull/8365/head
Frans de Jonge 3 years ago committed by GitHub
parent 56899eab8e
commit db45881183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,8 +96,8 @@ describe("util module", function()
}, words)
end)
it("should split Korean words", function()
-- Technically splitting on spaces is correct but we treat Korean
-- as if it were any other CJK text.
-- Technically splitting on spaces is correct but we treat Korean
-- as if it were any other CJK text.
local words = util.splitToWords("대한민국의 국기는 대한민국 국기법에 따라 태극기")
assert.are_same({
"","","","",""," ","","",""," ",

Loading…
Cancel
Save