Skip to content

Commit

Permalink
test windows: update expected
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 18, 2024
1 parent 3541c07 commit 49bc1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_driver_win32.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_locales_with_env

ENV["LC_ALL"] = "C"
Locale::Driver::Win32.set_thread_locale_id(0x0409)
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]
assert_equal "CP1252", Locale::Driver::Win32.charset
end
end
Expand Down

0 comments on commit 49bc1e1

Please sign in to comment.