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

Added to lowercase during context free check #99

Closed
wants to merge 2 commits into from
Closed

Conversation

blythechan
Copy link
Collaborator

Issue

Requirements Met

  • [code] and [CODE] are acting differently than expected no matter the bbcode involved. Resolve this.

Notes

  • A string array contained the lowercase version of code. Adding "CODE" switched all code blocks that showed html markups to show bbcode markup. The name variable should never be undefined from what I can tell so I tacked on a toLowerCase() in order to prevent us having to add to the string array.

@blythechan blythechan linked an issue Apr 13, 2024 that may be closed by this pull request
@blythechan blythechan requested review from MShultz and Alteras1 April 13, 2024 20:08
@Alteras1
Copy link
Contributor

specific code is provided by https://github.com/JiLiZART/BBob/blob/4f9729c59fcf5b78c9fac70e27281809686f00f8/packages/bbob-parser/src/lexer.js#L90

#100 fixes this issue via the preprocessor step instead as it isn't enough for just the bbob lexer to catch the code tag.

@Alteras1 Alteras1 closed this Apr 13, 2024
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.

Text Message issue in [CODE]
2 participants