Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d3792f4

Browse files
committed
Added FontFeature.characterVariant(99) test
1 parent 462144c commit d3792f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/dart/text_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ void testFontFeatureClass() {
198198
expect(const FontFeature.caseSensitiveForms(), const FontFeature('case', 1));
199199
expect( FontFeature.characterVariant(1), const FontFeature('cv01', 1));
200200
expect( FontFeature.characterVariant(18), const FontFeature('cv18', 1));
201+
expect( FontFeature.characterVariant(99), const FontFeature('cv99', 1));
201202
expect(const FontFeature.denominator(), const FontFeature('dnom', 1));
202203
expect(const FontFeature.fractions(), const FontFeature('frac', 1));
203204
expect(const FontFeature.historicalForms(), const FontFeature('hist', 1));

0 commit comments

Comments
 (0)