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

Unified Diff: test/parser_test.dart

Issue 11260039: Advance html5lib to newest breaking changes in core: getKeys -> keys, etc (Closed) Base URL: git@github.com:dart-lang/html5lib.git@master
Patch Set: Created 8 years, 2 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/parser_feature_test.dart ('k') | test/support.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parser_test.dart
diff --git a/test/parser_test.dart b/test/parser_test.dart
index 69a1355990f04393cd5ff54dec23e589756ee57e..88889a4c14d664296e65b920333e10a87f9799e5 100644
--- a/test/parser_test.dart
+++ b/test/parser_test.dart
@@ -83,7 +83,7 @@ void main() {
errors = errors.split("\n");
}
- for (var treeCtor in treeTypes.getValues()) {
+ for (var treeCtor in treeTypes.values) {
for (var namespaceHTMLElements in const [false, true]) {
test(input, () {
runParserTest(testName, innerHTML, input, expected, errors,
« no previous file with comments | « test/parser_feature_test.dart ('k') | test/support.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698