Skip to content
#

glua

Here are 264 public repositories matching this topic...

GGG-KILLER
GGG-KILLER commented Mar 22, 2022

Describe the bug
Lua 5.1 has a warning when you nest long comment or long string delimiters.
Further lua versions do not have this, nor do LuaJIT or Luau.

To Reproduce
Parse the following file with Loretta

local longstr = [[Show me this
yes!]]
--[[
local unused_string = [[Line1
Line2]]
local longstr = [[
Do not show me this
Multiline string]]
--]]

print(longstr)
bug good first issue version-Lua5.1

Improve this page

Add a description, image, and links to the glua topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the glua topic, visit your repo's landing page and select "manage topics."

Learn more