Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

输出lua文本符号问题 #56

Closed
wxb1990 opened this issue Jul 19, 2023 · 1 comment
Closed

输出lua文本符号问题 #56

wxb1990 opened this issue Jul 19, 2023 · 1 comment

Comments

@wxb1990
Copy link
Contributor

wxb1990 commented Jul 19, 2023

文本末尾是']'结尾时,必须至少用一个等号[=[ ]=]来括住文本。
语法错误

local str = [[我是文本[我自己是有括号结尾]]]

正确

local str = [=[我是文本[我自己是有括号结尾]]=]
wxb1990 pushed a commit to wxb1990/luban that referenced this issue Jul 19, 2023
@pirunxi
Copy link
Contributor

pirunxi commented Jul 19, 2023

感谢。好的!

@pirunxi pirunxi closed this as completed Jul 19, 2023
pirunxi pushed a commit that referenced this issue Jul 19, 2023
Co-authored-by: wuxibin <wuxibin@onemt.com.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants