diff options
author | dgp <dgp@users.sourceforge.net> | 2017-04-28 17:46:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-04-28 17:46:11 (GMT) |
commit | 198407b5ba7ad66597775c5a9fd820f55d49c974 (patch) | |
tree | f68e9a83dd58f4e9092db9fa0d9731a870a537ec /tests | |
parent | 83495af5cee6f9930bd80c2a8030a40db0f3e1d5 (diff) | |
parent | ab5586a7a3212d1176088410fa0f0c49f7821d54 (diff) | |
download | tcl-198407b5ba7ad66597775c5a9fd820f55d49c974.zip tcl-198407b5ba7ad66597775c5a9fd820f55d49c974.tar.gz tcl-198407b5ba7ad66597775c5a9fd820f55d49c974.tar.bz2 |
Test for [f34cf83dd0].
Diffstat (limited to 'tests')
-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 |