util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX mode
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 22 Oct 2015 00:37:32 +0000 (00:37 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 22 Oct 2015 00:37:32 +0000 (00:37 +0000)
commit9e44f56b4ecfa47e27380165b834bd71aa403b78
tree81f49c948ac6db3b9dc44a466679bcb076818a38
parent2dcc3c69a10f76e0ee9185c863d23ee62d481919
util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX mode

extract_first_word understands "\'string" but doesn't understand "\"string"
fixed this inconsistency.
src/basic/util.c
src/test/test-util.c