Skip to content

Commit

Permalink
Move text encoding test data to YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 31, 2024
1 parent f79709d commit 174918b
Show file tree
Hide file tree
Showing 13 changed files with 546 additions and 854 deletions.
2 changes: 2 additions & 0 deletions lib/src/codecs/text/l10n/en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class RruleL10nEn extends RruleL10n {
const RruleL10nEn._();

static Future<RruleL10nEn> create() async {
// TODO(JonasWanke): Move `initializeDateFormatting(…)` call to the
// library's user
await initializeDateFormatting('en');
return const RruleL10nEn._();
}
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ dev_dependencies:
path: supernova
ref: 6da7cfcf12aa2755ed9f7e1a59458c600ef3e1d0
test: ^1.16.8
yaml: ^3.1.2
yaml_edit: ^2.2.2
112 changes: 0 additions & 112 deletions test/codecs/text/daily_test.dart

This file was deleted.

Loading

0 comments on commit 174918b

Please sign in to comment.