Skip to content

Commit

Permalink
updated bidi_utils_test for ckb(sorani Kordi) in isRtlLanguage check
Browse files Browse the repository at this point in the history
  • Loading branch information
badeesAbood committed Aug 7, 2024
1 parent 7430a91 commit 05c7f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/intl/test/bidi_utils_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ void main() {
expect(Bidi.isRtlLanguage('az-Arab'), isTrue);
expect(Bidi.isRtlLanguage('az-ARAB-IR'), isTrue);
expect(Bidi.isRtlLanguage('az_arab_IR'), isTrue);
expect(Bidi.isRtlLanguage('ckb'), isTrue);
Intl.withLocale('en_US', () {
expect(Bidi.isRtlLanguage(), isFalse);
});
Expand Down

0 comments on commit 05c7f73

Please sign in to comment.