freebsd-dev/tools/regression/bin/sh/expansion
Jilles Tjoelker e9615a1a0e sh: Add some more tests for ${v#...} and ${v%...}.
These pass on stable/8 as well.
2010-04-23 17:26:49 +00:00
..
arith1.0 sh: arith: Return only 0 and 1 from && and ||. 2009-12-30 15:59:40 +00:00
arith2.0 sh: arith: Test an octal constant as well. 2010-02-17 22:22:20 +00:00
arith3.0 sh: arith: Add a test for a bug in the dash arith code, 2010-02-17 22:25:22 +00:00
arith4.0 sh: Add test for some associativity in arithmetic. 2010-04-04 16:29:48 +00:00
arith5.0 sh: Add test for nested arithmetic substitution. 2010-04-04 16:48:33 +00:00
assign1.0 sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}. 2010-03-07 18:43:29 +00:00
cmdsubst1.0 sh: Fix some bugs with backquoted builtins: 2010-01-01 18:17:46 +00:00
cmdsubst2.0 sh: Add tests for " and $ inside `. 2010-03-12 23:23:46 +00:00
ifs1.0
plus-minus1.0 sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}. 2010-03-07 18:43:29 +00:00
plus-minus2.0 sh: Fix various things about expansions: 2010-04-03 20:55:56 +00:00
plus-minus3.0 sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX). 2010-04-18 22:13:45 +00:00
question1.0
set-u1.0
set-u2.0 sh: Exempt $@ and $* from set -u 2009-10-24 21:20:04 +00:00
tilde1.0 sh: Fix duplicate variable name in test. 2010-04-03 21:56:24 +00:00
tilde2.0 sh: Do tilde expansion in substitutions. 2010-04-03 22:04:44 +00:00
trim1.0 sh: Add some testcases for the working parts of ${v%...} and ${v#...}. 2010-04-03 20:14:10 +00:00
trim2.0 sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}. 2010-04-03 21:07:50 +00:00
trim3.0 sh: Add some more tests for ${v#...} and ${v%...}. 2010-04-23 17:26:49 +00:00