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

Side by Side Diff: pubspec.yaml

Issue 1320533004: Switch from unittest to test. (Closed) Base URL: https://github.com/dart-lang/markdown.git@master
Patch Set: Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 name: markdown 1 name: markdown
2 version: 0.7.2 2 version: 0.7.3-dev
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: A library for converting markdown to HTML. 4 description: A library for converting markdown to HTML.
5 homepage: https://github.com/dart-lang/markdown 5 homepage: https://github.com/dart-lang/markdown
6 environment: 6 environment:
7 sdk: '>=1.0.0 <2.0.0' 7 sdk: '>=1.0.0 <2.0.0'
8 dev_dependencies: 8 dev_dependencies:
9 unittest: '>=0.9.0 <0.12.0' 9 test: '^0.12.4+1'
nweiz 2015/09/01 20:03:42 If you're using "^" constraints, make the SDK depe
Bob Nystrom 2015/09/01 20:13:36 Done.
OLDNEW
« .gitignore ('K') | « pubspec.lock ('k') | test/markdown_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698