From a4c4c89971ee11ab4c2cb80662f603fa7ac10255 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 17 Mar 2021 12:40:43 -0700 Subject: [PATCH] dartfmt has an change at raw dev, but not released... argh --- test/dartdoc_options_test.dart | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test/dartdoc_options_test.dart b/test/dartdoc_options_test.dart index e3de06e005..0a7b1cb5d3 100644 --- a/test/dartdoc_options_test.dart +++ b/test/dartdoc_options_test.dart @@ -637,13 +637,13 @@ dartdoc: equals( 'Field dartdoc.fileOptionList from ${path.canonicalize(dartdocOptionsTwo.path)}, set to [existing.dart, thing/that/does/not/exist], resolves to missing path: ' '"${path.joinAll([ - path.canonicalize(secondDir.path), - 'thing', - 'that', - 'does', - 'not', - 'exist' - ])}"')); + path.canonicalize(secondDir.path), + 'thing', + 'that', + 'does', + 'not', + 'exist' + ])}"')); // It doesn't matter that this fails. expect(dartdocOptionSetFiles['nonCriticalFileOption'].valueAt(firstDir), equals(path.joinAll([path.canonicalize(firstDir.path), 'whatever']))); @@ -663,9 +663,9 @@ dartdoc: equals( 'Field dartdoc.fileOption from ${path.canonicalize(dartdocOptionsTwo.path)}, set to not existing, resolves to missing path: ' '"${path.joinAll([ - path.canonicalize(secondDir.path), - "not existing" - ])}"')); + path.canonicalize(secondDir.path), + "not existing" + ])}"')); }); test('DartdocOptionSetFile works for directory options', () {