diff options
author | Haldun Bayhantopcu <[email protected]> | 2023-11-17 16:53:48 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-11-17 20:06:27 +0000 |
commit | 50b7b927a3a99d5959c94f48e8b084bab937fea1 (patch) | |
tree | 5fd54d6647364bb030c7773e4f372533478b573b /test/prism/encoding_test.rb | |
parent | 0a081a33eb036101e7e61cf61e6390481cfe73c3 (diff) |
[ruby/prism] Add macThai
https://github.com/ruby/prism/commit/f654058f50
Diffstat (limited to 'test/prism/encoding_test.rb')
-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 3b9f5436e5..78b2e71955 100644 --- a/test/prism/encoding_test.rb +++ b/test/prism/encoding_test.rb @@ -42,6 +42,7 @@ module Prism Encoding::MACICELAND => 0x00...0x100, Encoding::MACROMAN => 0x00...0x100, Encoding::MACROMANIA => 0x00...0x100, + Encoding::MACTHAI => 0x00...0x100, Encoding::MACTURKISH => 0x00...0x100, Encoding::Windows_1250 => 0x00...0x100, Encoding::Windows_1251 => 0x00...0x100, |