6,857
edits
No edit summary |
No edit summary |
||
| Line 455: | Line 455: | ||
local isProbablyOptional = text:sub(1, 1) == '[' | local isProbablyOptional = text:sub(1, 1) == '[' | ||
if isProbablyOptional then | if isProbablyOptional then | ||
local optionalEndIndex = | local optionalEndIndex = text:find(']', 2, true) | ||
if optionalEndIndex then | if optionalEndIndex then | ||
parts.optional = true | parts.optional = true | ||
edits