Branch: Tag:

2001-06-08

2001-06-08 12:51:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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")