Unexpected smart-quotes output within parentheses #208

Closed
opened 5 years ago by kjinho · 0 comments
kjinho commented 5 years ago (Migrated from github.com)

The function call (smart-quotes "(\"No.\")") returns the following string: (“No.“).

The expected return value is the string (“No.”). The function smart-quotes should replace the second quotation mark of (\"No.\") with a close quotation mark instead of the open quotation mark .

The function call `(smart-quotes "(\"No.\")")` returns the following string: `(“No.“)`. The expected return value is the string `(“No.”)`. The function `smart-quotes` should replace the second quotation mark of `(\"No.\")` with a close quotation mark `”` instead of the open quotation mark `“`.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen#208
Loading…
There is no content yet.