Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1299)

Unified Diff: test/util.dart

Issue 1274763005: Clean up: (Closed) Base URL: https://github.com/dart-lang/markdown.git@master
Patch Set: Bump. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/markdown_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/util.dart
diff --git a/test/utils.dart b/test/util.dart
similarity index 97%
copy from test/utils.dart
copy to test/util.dart
index 73ad7ef2ed901729eb16dc2093b1ee5ca045dd37..fd99cb01bd32bfc099719e81ac54c4405ab24e2e 100644
--- a/test/utils.dart
+++ b/test/util.dart
@@ -36,7 +36,8 @@ String cleanUpLiteral(String text) {
void validate(String description, String markdown, String html,
{List<InlineSyntax> inlineSyntaxes,
- Resolver linkResolver, Resolver imageLinkResolver,
+ Resolver linkResolver,
+ Resolver imageLinkResolver,
bool inlineOnly: false}) {
test(description, () {
markdown = cleanUpLiteral(markdown);
« no previous file with comments | « test/markdown_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698