diff options
| author | Peter Cai <222655+pcai@users.noreply.github.com> | 2023-11-17 04:55:41 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-17 20:06:48 +0000 |
| commit | 585fdfe1f59951bcfe5c426601330c113c5a1e06 (patch) | |
| tree | e9ef033c2c64a864ec1825f40a67ff250468d404 /test | |
| parent | 229f6e5bb42d24838afb3f5820a5e951f8115788 (diff) | |
[ruby/prism] add Windows-874 encoding
https://github.com/ruby/prism/commit/0670dd3b9a
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 1e69bc9bd6..07f43312eb 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -53,6 +53,7 @@ module Prism Encoding::Windows_1256 => 0x00...0x100, Encoding::Windows_1257 => 0x00...0x100, Encoding::Windows_1258 => 0x00...0x100, + Encoding::Windows_874 => 0x00...0x100, Encoding::Big5 => 0x00...0x10000, Encoding::CP51932 => 0x00...0x10000, Encoding::GBK => 0x00...0x10000, |
