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

MacroString parser fixes (number, SeString-to-SeString, invalid sequence) #101

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

Soreepeong
Copy link
Contributor

  • Fixed numbers not being parsed correctly if prefixed with two zeroes.
  • Fixed parsing MacroString already including SeString payloads.
  • Fixed parsing when UtfEnumeratorFlags.IgnoreErrors is set.
  • Added corresponding tests.
  • Added extra implementation comments.

…nce)

* Fixed numbers not being parsed correctly if prefixed with two zeroes.
* Fixed parsing MacroString already including SeString payloads.
* Fixed parsing when `UtfEnumeratorFlags.IgnoreErrors` is set.
* Added corresponding tests.
@NotAdam NotAdam merged commit ff613b8 into NotAdam:master Nov 24, 2024
2 checks passed
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.

2 participants