Add unit test
This commit is contained in:
parent
7f2d75a1ca
commit
9d75f104df
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ class TestAndroidFormatter < FormatterTest
|
|||
def test_output_path_is_prefixed
|
||||
assert_equal 'values-en', @formatter.output_path_for_language('en')
|
||||
end
|
||||
|
||||
def test_output_path_with_region
|
||||
assert_equal 'values-en-rGB', @formatter.output_path_for_language('en-GB')
|
||||
end
|
||||
end
|
||||
|
||||
class TestAppleFormatter < FormatterTest
|
||||
|
|
Reference in a new issue