Unexpected smart-quotes output within parentheses
#208
Closed
opened 5 years ago by kjinho
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The function call
(smart-quotes "(\"No.\")")
returns the following string:(“No.“)
.The expected return value is the string
(“No.”)
. The functionsmart-quotes
should replace the second quotation mark of(\"No.\")
with a close quotation mark”
instead of the open quotation mark“
.