Merge pull request #490 from Bumer-32/patch-2

Почему этого раньше не было?
This commit is contained in:
IgorTimofeev 2022-10-21 17:27:54 +03:00 committed by GitHub
commit 04827f2fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,6 +545,13 @@ local function getCharTable(c)
{ 0, 0, 0, 0, 0 },
{ 1, 0, 1, 0, 1 },
},
[":"] = {
{1,},
{ 1,},
{ 0,},
{ 1,},
{ 1},
},
})[c]
end