pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-11-13
1997-11-13 22:13:29 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9674d44e5827e3229e5b720b54de38bb4a1157b5 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
combine_path() fixed
Rev: src/builtin_functions.c:1.57
Rev: src/testsuite.in:1.61
1:
-
test_true([["$Id: testsuite.in,v 1.
60
1997/
10
/
19
22:13:
33
hubbe Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
61
1997/
11
/
13
22:13:
29
hubbe Exp $"]])
test_eq(1e1,10.0) test_eq(1E1,10.0) test_eq(1e+1,10.0)
1512:
test_eq([[combine_path("/","..")]],"/") test_eq([[combine_path("./","..")]],"..") test_eq([[combine_path("./.","..")]],"..")
+
test_eq([[combine_path("/","../../foo")]],"/foo")
test_eq([[combine_path("./foobar/.","..")]],".") // - compile_file