pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-26
1997-08-26 22:29:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
057758671005d28efff9cdaf34a28451c0a6867b (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a test of combine_path().
Rev: src/testsuite.in:1.46
1:
-
test_true([["$Id: testsuite.in,v 1.
45
1997/
07
/
09
00
:
57
:
07
hubbe
Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
46
1997/
08
/
26
22
:
29
:
18
grubba
Exp $"]])
test_eq(1e1,10.0) test_eq(1E1,10.0) test_eq(1e+1,10.0)
1458:
// - combine_path test_eq([[combine_path("/foo/bar/gazonk/","..")]],"/foo/bar") test_eq([[combine_path("/.../","sune")]],"/.../sune")
+
test_eq([[combine_path("/",".")]],"/")
test_eq([[combine_path("/","foo/.../sune")]],"/foo/.../sune") test_eq([[combine_path("/./foo/bar//gazonk/","../")]],"/foo/bar/") test_eq([[combine_path("/","/foo/./bar/gazonk/..")]],"/foo/bar")