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

String coloring leaks out when not closing text tags #282

Closed
Gouvernathor opened this issue Mar 17, 2023 · 0 comments · Fixed by #330
Closed

String coloring leaks out when not closing text tags #282

Gouvernathor opened this issue Mar 17, 2023 · 0 comments · Fixed by #330
Milestone

Comments

@Gouvernathor
Copy link
Member

Gouvernathor commented Mar 17, 2023

Somewhat related to #255 (maybe).

This line induces bad coloring, the string it opens leaks out to the following lines.

https://github.com/renpy/renpy/blob/c998b456a17732d5b36068bc1aad38e87fa6c3ff/testcases/game/script.rpy#L169

Notably, replacing it with this lifts the problem $ b = "{b}" # {/b}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants