diff options
| author | Lynne Ashminov <47822041+lynne-ashminov@users.noreply.github.com> | 2023-11-20 15:06:10 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-20 20:06:14 +0000 |
| commit | 307a5cb20b3e34f6a3bd240e70ddc26bd268ace3 (patch) | |
| tree | d6a811d8429d861125ba380a5ba7683238c37b4f /test | |
| parent | 9fbdb26f06822305781a7fa12db1ee7249dbd0a8 (diff) | |
[ruby/prism] adds encodings for ibm869
(https://github.com/ruby/prism/pull/1886)
https://github.com/ruby/prism/commit/41462400b7
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 9a3efa7d8e..8704945d53 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -27,6 +27,7 @@ module Prism Encoding::IBM864 => 0x00...0x100, Encoding::IBM865 => 0x00...0x100, Encoding::IBM866 => 0x00...0x100, + Encoding::IBM869 => 0x00...0x100, Encoding::ISO_8859_1 => 0x00...0x100, Encoding::ISO_8859_2 => 0x00...0x100, Encoding::ISO_8859_3 => 0x00...0x100, |
