Commit fc797cf
Remove superfluous push to delimiter stack in handleDelim
A clause in the condition gating whether to add a parsed
' or " to the delimiter stack *always* evaluated to TRUE.
What is clearly a typo happened to not break any tests
and *probably* only wasted a bit of memory and CPU.
This commit reflects what I believe to be the original
intention: Only add ' and " if smart quotes is enabled.1 parent 98c25ab commit fc797cf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments