-- Below, we have a situation where the line terminates and should end the sentence.
local alphabet = {
[1] = "a", -- This is a test
[2] = "b", -- This is a test
[3] = "c", -- This is a test
[4] = "d", -- This is a test
[5] = "e", -- This is a test
[6] = "f", -- This is a test
[7] = "g", -- This is a test
[8] = "h", -- This is a test
[9] = "i", -- This is a test
[10] = "j", -- This is a test
[11] = "k", -- This is a test
}