repo.or.cz
/
busybox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
svlogd: fix compat problem: svlogd -tt should timestanp stderr too
[busybox.git]
/
shell
/
hush_test
/
hush-vars
/
var_subst_in_for.right
blob
c8aca1c120ff99e23f9ccbbb2eca10607b70b03c
1
Testing: in x y z
2
.x.
3
.y.
4
.z.
5
Testing: in u $empty v
6
.u.
7
.v.
8
Testing: in u " $empty" v
9
.u.
10
. .
11
.v.
12
Testing: in u $empty $empty$a v
13
.u.
14
.a.
15
.v.
16
Testing: in $a_b
17
.a.
18
.b.
19
Testing: in $*
20
.abc.
21
.d.
22
.e.
23
Testing: in $@
24
.abc.
25
.d.
26
.e.
27
Testing: in -$*-
28
.-abc.
29
.d.
30
.e-.
31
Testing: in -$@-
32
.-abc.
33
.d.
34
.e-.
35
Testing: in $a_b -$a_b-
36
.a.
37
.b.
38
.-a.
39
.b-.
40
Finished