Closed
Conversation
Contributor
|
Currently failing on these tests: 16) Interscript maps/bgnpcgn-dzo-Tibt-Latn-2010.yaml system test for {"source"=>"ཐྀམ་ཕུ", "expected"=>"Thimphu"}
Failure/Error: expect(result).to eq(test["expected"])
expected: "Thimphu"
got: "thaྀm་phaུ"
(compared using ==)
# ./spec/interscript_spec.rb:13:in `block (5 levels) in <top (required)>'
17) Interscript maps/bgnpcgn-dzo-Tibt-Latn-2010.yaml system test for {"source"=>"བཀྲ་ཤིས་གྱང་ཙེ", "expected"=>"Trashi Yangtse"}
Failure/Error: output[pos, match.size] = result
TypeError:
no implicit conversion of Array into String
# ./lib/interscript.rb:48:in `[]='
# ./lib/interscript.rb:48:in `block in transliterate'
# ./lib/interscript.rb:44:in `each'
# ./lib/interscript.rb:44:in `transliterate'
# ./spec/interscript_spec.rb:12:in `block (5 levels) in <top (required)>'
18) Interscript maps/bgnpcgn-dzo-Tibt-Latn-2010.yaml system test for {"source"=>"སྟང་སི་སྦྱིས", "expected"=>"Tangsibji"}
Failure/Error: expect(result).to eq(test["expected"])
expected: "Tangsibji"
got: "ྟng་ི་ྦྱི"
(compared using ==)
# ./spec/interscript_spec.rb:13:in `block (5 levels) in <top (required)>' |
Contributor
Author
5c63b06 to
40cd811
Compare
This was referenced Oct 7, 2021
Contributor
|
Replaced by interscript/maps#166 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I used the following chart to find relevant unicode values:
https://www.unicode.org/charts/PDF/U0F00.pdf
And the following link to convert them into characters:
https://www.branah.com/unicode-converter