Merge branch 'master' into dnelson/add_skeleton_formatting

This commit is contained in:
Damian Nelson 2021-08-16 09:46:39 -07:00
commit a5e1c84c8f
2 changed files with 10 additions and 3 deletions

View File

@ -1,13 +1,20 @@
language: ruby
os: linux
dist: xenial
dist: focal
arch:
- amd64
- arm64
rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head
before_script:
- sudo apt-get install -y libicu-dev
jobs:
allow_failures:
- arch: arm64

View File

@ -9,7 +9,7 @@ module ICU
[
["Any-Hex", "abcde", "\\u0061\\u0062\\u0063\\u0064\\u0065"],
["Lower", "ABC", "abc"],
["en", "雙屬性集合之空間分群演算法-應用於地理資料", "shuāng shǔ xìng jí hé zhī kōng jiān fēn qún yǎn suàn fǎ-yīng yòng yú de lǐ zī liào"],
["Han-Latin", "雙屬性集合之空間分群演算法-應用於地理資料", "shuāng shǔ xìng jí hé zhī kōng jiān fēn qún yǎn suàn fǎ-yīng yòng yú de lǐ zī liào"],
["Devanagari-Latin", "दौलत", "daulata"]
].each do |id, input, output|
it "should transliterate #{id}" do