-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change: allow
unescape_with
to override standard replacements
This involves swapping the order in which the main loop of that function checks for `named_entities` and `entity_resolver` closures, namely we check the user-provided `entity_resolver` first. This shouldn't be a breaking change unless some existing client code already had overridden `named_entity` replacements, but those replacements would have been noops under the previous implementation so the fix should be trivial.
- Loading branch information
1 parent
99a64a8
commit e693b67
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters