X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..7df13ff2d3b369b571b6d85fd1a2997290c5541f:/test/lib/utf8_test.rb diff --git a/test/lib/utf8_test.rb b/test/lib/utf8_test.rb index d90d5efa9..0eac9253d 100644 --- a/test/lib/utf8_test.rb +++ b/test/lib/utf8_test.rb @@ -12,6 +12,6 @@ class UTF8Test < ActiveSupport::TestCase assert_not UTF8.valid?("\xC2\xC2") # 2-byte multibyte identifier, followed by another one assert_not UTF8.valid?("\x4a\x82") # plain ASCII, followed by multibyte continuation assert_not UTF8.valid?("\x82\x82") # multibyte continuations without multibyte identifier - assert_not UTF8.valid?("\xe1\x82\x4a") # three-byte identifier, contination and (incorrectly) plain ASCII + assert_not UTF8.valid?("\xe1\x82\x4a") # three-byte identifier, continuation and (incorrectly) plain ASCII end end