Skip to content

Commit

Permalink
dartfmt has an change at raw dev, but not released... argh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g committed Mar 17, 2021
1 parent 8cf154b commit a4c4c89
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/dartdoc_options_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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'])));
Expand All @@ -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', () {
Expand Down

0 comments on commit a4c4c89

Please sign in to comment.