diff options
author | dgp <dgp@users.sourceforge.net> | 2017-04-28 17:44:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-04-28 17:44:31 (GMT) |
commit | ab5586a7a3212d1176088410fa0f0c49f7821d54 (patch) | |
tree | 9d97ba7b398ede647f02d8db28d1d24e41a88aab | |
parent | 14f579844db6f47792138a819623529dc9ec7b8f (diff) | |
parent | 79426acd5509c22fe6948d2668a349775b72067e (diff) | |
download | tcl-ab5586a7a3212d1176088410fa0f0c49f7821d54.zip tcl-ab5586a7a3212d1176088410fa0f0c49f7821d54.tar.gz tcl-ab5586a7a3212d1176088410fa0f0c49f7821d54.tar.bz2 |
Test for [f34cf83dd0].
-rw-r--r-- | tests/fileName.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fileName.test b/tests/fileName.test index 387d844..ce89623 100644 --- a/tests/fileName.test +++ b/tests/fileName.test @@ -441,6 +441,9 @@ test filename-7.18 {Tcl_JoinPath: unix} {testsetplatform} { testsetplatform unix file join /// a b } "/a/b" +test filename-7.19 {[Bug f34cf83dd0]} { + file join foo //bar +} /bar test filename-9.1 {Tcl_JoinPath: win} {testsetplatform} { testsetplatform win |