-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
反义符导致 比较难受的bug #234
Comments
实际示例 test.leaf 文件内容为 |
#if(menu.controller_name.contains("/")): |
|
感谢您的回复 \#(app)渲染的也不对 |
With the double |
\#(app) 渲染成 #(app) 无法渲染 app |
Hello\#(name) 应该为Hello\World 您可以尝试一下 \#(xxx) 这种 |
\\#(app)也是错误的 |
Describe the issue
反义符 导致 无法渲染 变量
Vapor version
4.4.0
Operating system and version
macOS 15.0
Swift version
6.0
Steps to reproduce
在leaf文件中 输入:
Hello\#(name)
应该输出Hello\World
可是如果有\
就会导致无法识别name 这是个非常严重的BUG了 目的就是输出Hello\World 请正面解决 不要以自定义标签等代替方案Outcome
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: