Chromium Code Reviews| Index: pkg/unittest/lib/matcher.dart |
| diff --git a/pkg/unittest/lib/matcher.dart b/pkg/unittest/lib/matcher.dart |
| index 65583af227b27a9dceab3d1bf6934cbf25e7f4bb..29c55049f6a1e02d1ca874cb1870949c22d7944a 100644 |
| --- a/pkg/unittest/lib/matcher.dart |
| +++ b/pkg/unittest/lib/matcher.dart |
| @@ -1,14 +1,9 @@ |
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| /** |
| * The matcher library provides a 3rd generation assertion mechanism, drawing |
| - * inspiration from [Hamcrest] and Ladislav Thon's [dart-matchers] |
|
gram
2013/03/05 18:55:33
I think we want to keep the reference to dart-matc
kevmoo-old
2013/03/05 20:21:08
dart-matchers is no longer alive, it appears. Link
kevmoo-old
2013/03/07 20:35:30
Done.
|
| - * library. |
| - * |
| - * See [Hamcrest] http://en.wikipedia.org/wiki/Hamcrest |
| - * [Hamcrest] http://code.google.com/p/hamcrest/ |
| - * [dart-matchers] https://github.com/Ladicek/dart-matchers |
| + * inspiration from [Hamcrest](http://code.google.com/p/hamcrest/). |
| */ |
| library matcher; |