diff options
| author | heyogrady <ogradypatrickj@gmail.com> | 2023-11-21 23:17:09 -0500 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2023-11-22 09:12:35 -0500 |
| commit | e3ef05a4343f447883183bc28e515715eedad9c4 (patch) | |
| tree | 98c29187c3e5358bf3cba3c66ff5266b9cf46f87 /test | |
| parent | 4f031a745d528e0a8a626c340787c7c3ab9ea143 (diff) | |
[ruby/prism] Add `CP949` encoding
https://github.com/ruby/prism/commit/9e78dfdf69
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 5a0a671b5b..463cb95121 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -68,6 +68,7 @@ module Prism Encoding::Big5 => 0x00...0x10000, Encoding::Big5_HKSCS => 0x00...0x10000, Encoding::Big5_UAO => 0x00...0x10000, + Encoding::CP949 => 0x00...0x10000, Encoding::CP51932 => 0x00...0x10000, Encoding::GBK => 0x00...0x10000, Encoding::Shift_JIS => 0x00...0x10000, |
