summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaple Ong <maple.ong@gusto.com>2023-11-20 14:05:56 -0600
committergit <svn-admin@ruby-lang.org>2023-11-20 20:06:00 +0000
commit9fbdb26f06822305781a7fa12db1ee7249dbd0a8 (patch)
treecd14127a3e7ddf2e04bb605f7f8e0855a75d7546 /test
parent9d51ab8b3dce52ce97ab388e7bb8082b359cf90a (diff)
[ruby/prism] Add and test ibm863 encoding
(https://github.com/ruby/prism/pull/1853) * Add and test ibm863 * Remove dup encoding and add alias * Update test/prism/encoding_test.rb Co-authored-by: Kevin Newton <kddnewton@gmail.com> * Readd bitfield table lol --------- https://github.com/ruby/prism/commit/4cd756d7ff Co-authored-by: Kevin Newton <kddnewton@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/prism/encoding_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prism/encoding_test.rb b/test/prism/encoding_test.rb
index a059e22716..9a3efa7d8e 100644
--- a/test/prism/encoding_test.rb
+++ b/test/prism/encoding_test.rb
@@ -23,6 +23,7 @@ module Prism
Encoding::IBM860 => 0x00...0x100,
Encoding::IBM861 => 0x00...0x100,
Encoding::IBM862 => 0x00...0x100,
+ Encoding::IBM863 => 0x00...0x100,
Encoding::IBM864 => 0x00...0x100,
Encoding::IBM865 => 0x00...0x100,
Encoding::IBM866 => 0x00...0x100,