diff options
author | Orhan Toy <[email protected]> | 2023-11-19 00:23:03 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-11-19 01:03:19 +0000 |
commit | 71a30b7596915189a71e90ebf2c81844cf045248 (patch) | |
tree | e362ba41db281578c38aa06146764f02fccbb91a /test | |
parent | db6492092f6ebcbaeecbd6851722c38619182bb1 (diff) |
[ruby/prism] Add macCyrillic encoding
https://github.com/ruby/prism/commit/220b40921a
Diffstat (limited to 'test')
-rw-r--r-- | test/prism/encoding_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/encoding_test.rb b/test/prism/encoding_test.rb index 9d8f6bd809..24e6f1c157 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -40,6 +40,7 @@ module Prism Encoding::ISO_8859_16 => 0x00...0x100, Encoding::KOI8_R => 0x00...0x100, Encoding::MACCENTEURO => 0x00...0x100, + Encoding::MACCYRILLIC => 0x00...0x100, Encoding::MACGREEK => 0x00...0x100, Encoding::MACICELAND => 0x00...0x100, Encoding::MACROMAN => 0x00...0x100, |