pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-08
2001-06-08 12:51:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
269aae0cebddb4745c5b783d3e4f452c6471e6aa (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a few more combine_path() tests.
Rev: src/testsuite.in:1.423
1:
-
test_true([["$Id: testsuite.in,v 1.
422
2001/06/08
00
:
36
:
01
hubbe
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
423
2001/06/08
12
:
51
:
14
grubba
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
6088:
// - combine_path test_eq([[combine_path("/foo/bar/gazonk/","..")]],"/foo/bar")
+
test_eq([[combine_path("/foo/bar/gazonk","..")]],"/foo/bar")
+
test_eq([[combine_path("/foo/bar/", "gazonk")]],"/foo/bar/gazonk")
+
test_eq([[combine_path("/foo/bar", "gazonk")]],"/foo/bar/gazonk")
test_eq([[combine_path("/.../","sune")]],"/.../sune") test_eq([[combine_path("/",".")]],"/") test_eq([[combine_path("/","foo/.../sune")]],"/foo/.../sune")