aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_path.rb')
-rw-r--r--test/ruby/test_path.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_path.rb b/test/ruby/test_path.rb
index f4b1baf91c..606575e4ba 100644
--- a/test/ruby/test_path.rb
+++ b/test/ruby/test_path.rb
@@ -42,6 +42,8 @@ class TestPath < Test::Unit::TestCase
end
assert_equal("//", File.expand_path(".", "//"))
assert_equal("//sub", File.expand_path("sub", "//"))
+
+ assert_equal("/tmp/\u3042", File.expand_path("\u3042", "/tmp"))
end
def test_dirname