Inline tables are intended to appear on a single line. No newlines are allowed between the curly braces unless they are valid within a value. Even so, it is strongly discouraged to break an inline table onto multiples lines. If you find yourself gripped with this desire, it means you should be using standard tables.
I guess it's a rather minor issue, but currently, this library fails to parse something like
"x = {y = \"\"\"foo\nbar\"\"\"}"
which is supported, although discouraged.
In the official spec, it says:
I guess it's a rather minor issue, but currently, this library fails to parse something like
"x = {y = \"\"\"foo\nbar\"\"\"}"
which is supported, although discouraged.