move backup config

This commit is contained in:
shenlong-tanwen
2026-05-11 20:06:46 +05:30
parent 2365c4b79c
commit 3f6b3e1b99
28 changed files with 272 additions and 298 deletions
@@ -13,6 +13,7 @@ void main() {
test('decode falls back to the default value when the raw input is unparseable', () {
for (final key in MetadataKey.values) {
if (key.defaultValue is String) continue;
expect(
key.decode('not a valid encoding for any key'),
key.defaultValue,