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

Unified Diff: utils/tests/pub/yaml_test.dart

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. 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 | « utils/tests/pub/version_solver_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/yaml_test.dart
diff --git a/utils/tests/pub/yaml_test.dart b/utils/tests/pub/yaml_test.dart
index ab2c002ed07bcb1e91974e95d8c4d43b31088f1f..cb4e1becb47be067ae01404410322cdca998bd0f 100644
--- a/utils/tests/pub/yaml_test.dart
+++ b/utils/tests/pub/yaml_test.dart
@@ -1086,8 +1086,8 @@ main() {
// ? &anchor [a, b, c]
// : ? *anchor
// : bar""");
- // anchorList = doc.getKeys()[0];
- // aliasList = doc[['a', 'b', 'c']].getKeys()[0];
+ // anchorList = doc.keys[0];
+ // aliasList = doc[['a', 'b', 'c']].keys[0];
// Expect.isTrue(anchorList === aliasList);
// anchorList.add('d');
// Expect.listEquals(['a', 'b', 'c', 'd'], aliasList);
« no previous file with comments | « utils/tests/pub/version_solver_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698