What is considered valid white space by Luau, Roblox’s implementation of Lua?
I know spaces, horizontal tabs, and newline as well as carriage return are considered valid white space, but are other forms of whitespace (vertical tabs, form feeds, et cetera) valid like they are in standard Lua?
I would test through a script’s source but currently running tests for other projects on Linux, so that’s a yikers.
Thanks! I just did some testing too and it seems Roblox Studio deviates from the Unicode standard seeing that while carriage return and line feed are valid line terminators, vertical tab and form feed is not.
Also, strangely enough, vertical tab is rendered as a character!
Edit: It appears Roblox Studio doesn’t render form feed too \f, so you can do this: