Commit e693b67
change: allow
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.unescape_with to override standard replacements1 parent 99a64a8 commit e693b67
2 files changed
+36
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
195 | 225 | | |
196 | 226 | | |
| 227 | + | |
197 | 228 | | |
198 | 229 | | |
199 | 230 | | |
| |||
221 | 252 | | |
222 | 253 | | |
223 | 254 | | |
224 | | - | |
225 | | - | |
226 | 255 | | |
227 | 256 | | |
| 257 | + | |
| 258 | + | |
228 | 259 | | |
229 | 260 | | |
230 | 261 | | |
| |||
0 commit comments