-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
When converting the following example using JoliTypo, nested quotes (quotes inside quotes) are not parsed and the closing quote is mistaken for an apostrophe.
Input
"This 'magic' piece of code fixes dump quotes and apostrophes."
Output
“This 'magic’ piece of code fixes dump quotes and apostrophes.”
------^
Expected
“This ‘magic’ piece of code fixes dump quotes and apostrophes.”
------^