aboutsummaryrefslogtreecommitdiff
path: root/tests/wsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wsp.c')
-rw-r--r--tests/wsp.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/wsp.c b/tests/wsp.c
index cca3a36..bd13e63 100644
--- a/tests/wsp.c
+++ b/tests/wsp.c
@@ -58,15 +58,20 @@ struct kwd bool_keytab[] = {
{ "incremental", WRDSF_INCREMENTAL },
{ "pathexpand", WRDSF_PATHEXPAND },
{ NULL, 0 }
};
struct kwd opt_keytab[] = {
- { "nullglob", WRDSO_NULLGLOB },
- { "failglob", WRDSO_FAILGLOB },
- { "dotglob", WRDSO_DOTGLOB },
+ { "nullglob", WRDSO_NULLGLOB },
+ { "failglob", WRDSO_FAILGLOB },
+ { "dotglob", WRDSO_DOTGLOB },
+ { "bskeep_words", WRDSO_BSKEEP_WORD },
+ { "bskeep_quote", WRDSO_BSKEEP_QUOTE },
+ { "bskeep", WRDSO_BSKEEP_WORD|WRDSO_BSKEEP_QUOTE },
+ { "novarsplit", WRDSO_NOVARSPLIT },
+ { "nocmdsplit", WRDSO_NOCMDSPLIT },
{ NULL, 0 }
};
struct kwd string_keytab[] = {
{ "delim", WRDSF_DELIM },
{ "comment", WRDSF_COMMENT },

Return to:

Send suggestions and report system problems to the System administrator.