| Index: lib/unittest/map_matchers.dart
|
| ===================================================================
|
| --- lib/unittest/map_matchers.dart (revision 8365)
|
| +++ lib/unittest/map_matchers.dart (working copy)
|
| @@ -43,7 +43,7 @@
|
| return mismatchDescription.addDescriptionOf(item).
|
| add("' doesn't contain key '").addDescriptionOf(_key);
|
| } else {
|
| - return mismatchDescription.add(' contains key ').addDescriptionOf(_key).
|
| + mismatchDescription.add(' contains key ').addDescriptionOf(_key).
|
| add(' but with value ');
|
| _valueMatcher.describeMismatch(item[_key], mismatchDescription);
|
| return mismatchDescription;
|
|
|