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

[Bug report] 对模板里函数名带三元和括号的场景的正则匹配错误 #1628

Closed
lp0124 opened this issue Sep 19, 2024 · 2 comments
Labels
processing will provide or fix soon

Comments

@lp0124
Copy link

lp0124 commented Sep 19, 2024

bindtap="{{true ? 'xxx' : 'yyy'}}"
// success
bindtap="{{(true) ? 'xxx' : 'yyy'}}"
// error
iShot_2024-09-19_13 12 48 image
@lp0124
Copy link
Author

lp0124 commented Sep 19, 2024

@Blackgan3 Blackgan3 added the processing will provide or fix soon label Sep 20, 2024
hiyuki added a commit that referenced this issue Sep 23, 2024
@hiyuki
Copy link
Collaborator

hiyuki commented Sep 23, 2024

5750cf8

感谢反馈,考虑到一些更复杂的插值形式拓展了一下正则,跟随最近版本发布

@hiyuki hiyuki closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
processing will provide or fix soon
Projects
None yet
Development

No branches or pull requests

3 participants