Skip to content

Escape single '<' and '>' in text#790

Open
mcol wants to merge 1 commit intor-lib:mainfrom
mcol:issue_789
Open

Escape single '<' and '>' in text#790
mcol wants to merge 1 commit intor-lib:mainfrom
mcol:issue_789

Conversation

@mcol
Copy link

@mcol mcol commented Aug 30, 2025

This prevents cli_bullet_raw() from evaluating variables inside <>, which would lead to a crash, as the parent environment by design is not passed along.

Fixes #789.

This prevents cli_bullet_raw() from evaluating variables inside <>, which
would lead to a crash, as the parent environment by design is not passed
along.
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

Successfully merging this pull request may close these issues.

cli_bullets_raw seems to try to glue substitute <var>, is that the expected behaviour?

1 participant