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

Unified Diff: pkg/third_party/html5lib/test/parser_test.dart

Issue 178843003: [html5lib] triple slash comment style (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove extra check Created 6 years, 10 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
Index: pkg/third_party/html5lib/test/parser_test.dart
diff --git a/pkg/third_party/html5lib/test/parser_test.dart b/pkg/third_party/html5lib/test/parser_test.dart
index dbfb3fc0b3f6eeaf028434dc0c47e7f6b2020863..821eb2d7ed77433ec257f61e8cba041b175b4bc8 100644
--- a/pkg/third_party/html5lib/test/parser_test.dart
+++ b/pkg/third_party/html5lib/test/parser_test.dart
@@ -109,7 +109,7 @@ void main() {
}
}
-/** Extract the name for the test based on the test input data. */
+/// Extract the name for the test based on the test input data.
_nameFor(String input) {
// Using JSON.decode to unescape other unicode characters
var escapeQuote = input

Powered by Google App Engine
This is Rietveld 408576698