wordsplit/tests
Sergey Poznyakoff c01a4a61e8 Optionally disable splitting of unexpandable variable and command refs
* include/wordsplit.h (WRDSO_NOVARSPLIT)
(WRDSO_NOCMDSPLIT): New options.
* src/wordsplit.c (scan_word): Treat any variable reference, even
containing whitespace, as a single word if WRDSO_NOVARSPLIT is set.
Ditto for commands and WRDSO_NOCMDSPLIT.
* tests/wordsplit.at: Add new tests.
* tests/wsp.c: Recognize novarsplit and nocmdsplit
options.
For future use: recognize bskeep_words, bskeep_quote, bskeep.
2019-05-13 15:20:24 +03:00
..
wordsplit.at Optionally disable splitting of unexpandable variable and command refs 2019-05-13 15:20:24 +03:00
wsp.c Optionally disable splitting of unexpandable variable and command refs 2019-05-13 15:20:24 +03:00