We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3541c07 commit 49bc1e1Copy full SHA for 49bc1e1
test/test_driver_win32.rb
@@ -60,7 +60,7 @@ def test_locales_with_env
60
61
ENV["LC_ALL"] = "C"
62
Locale::Driver::Win32.set_thread_locale_id(0x0409)
63
- assert_equal Locale::Tag::Common.parse("C"), Locale::Driver::Win32.locales[0]
+ assert_equal Locale::Tag::Common.parse("en_US"), Locale::Driver::Win32.locales[0]
64
assert_equal "CP1252", Locale::Driver::Win32.charset
65
end
66
0 commit comments