quotearg: fix right quote escaping when it's in quote_these_too
authorJoel E. Denny <jdenny@clemson.edu>
Sun, 23 Aug 2009 00:26:46 +0000 (20:26 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Sun, 23 Aug 2009 22:30:34 +0000 (18:30 -0400)
* lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
quote, be sure to prepend only one backslash.
* tests/test-quotearg.c (use_quote_double_quotes): New function.
(main): Test it.


No differences found