| Index: pkg/i18n/tests/bidi_utils_test.dart
|
| ===================================================================
|
| --- pkg/i18n/tests/bidi_utils_test.dart (revision 0)
|
| +++ pkg/i18n/tests/bidi_utils_test.dart (working copy)
|
| @@ -5,7 +5,7 @@
|
|
|
| #library('bidi_utils_test');
|
|
|
| -#import('../../../pkg/i18n/intl.dart');
|
| +#import('../intl.dart');
|
| #import('../../../lib/unittest/unittest.dart');
|
|
|
| /**
|
| @@ -56,7 +56,7 @@
|
| expect(hasAnyRtl('<input value=\u05e0>123', true), isFalse);
|
| });
|
|
|
| -
|
| +
|
| test('endsWithLtr', () {
|
| expect(endsWithLtr('a'), isTrue);
|
| expect(endsWithLtr('abc'), isTrue);
|
| @@ -185,7 +185,7 @@
|
| });
|
|
|
| test('estimateDirectionOfText', () {
|
| - expect(estimateDirectionOfText('', false).value,
|
| + expect(estimateDirectionOfText('', false).value,
|
| equals(TextDirection.UNKNOWN.value));
|
| expect(estimateDirectionOfText(' ', false).value,
|
| equals(TextDirection.UNKNOWN.value));
|
|
|