Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(22)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: pubspec.yaml
Issue
867133002
:
pkg/matcher: refactor with unittest v0.12 work (Closed)
Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: cl nits
Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
CHANGELOG.md
lib/matcher.dart
lib/src/expect.dart
lib/src/future_matchers.dart
lib/src/prints_matcher.dart
lib/src/throws_matcher.dart
lib/src/throws_matchers.dart
pubspec.yaml
test/core_matchers_test.dart
test/future_matchers_test.dart
test/iterable_matchers_test.dart
test/matchers_minified_test.dart
test/matchers_unminified_test.dart
test/mirror_matchers_test.dart
test/numeric_matchers_test.dart
test/operator_matchers_test.dart
test/pretty_print_minified_test.dart
test/pretty_print_test.dart
test/pretty_print_unminified_test.dart
test/prints_matcher_test.dart
test/string_matchers_test.dart
test/test_common.dart
test/test_utils.dart
test/throws_matchers_test.dart
View unified diff
|
Download patch
« no previous file with comments
|
« lib/src/throws_matchers.dart
('k') |
test/core_matchers_test.dart »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 name: matcher
1 name: matcher
2
version: 0.
11.4+1
2
version: 0.
12.0-dev
3 author: Dart Team <misc@dartlang.org>
3 author: Dart Team <misc@dartlang.org>
4 description: Support for specifying test expectations
4 description: Support for specifying test expectations
5 homepage: https://github.com/dart-lang/matcher
5 homepage: https://github.com/dart-lang/matcher
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.10.0 <0.12.0'
9
# Using a git dependency to align with the unreleased version of unittest
10
# that is compatible with matcher 0.12.0
11
unittest:
12
git:
13
ref: master
14
url: https://github.com/dart-lang/unittest
OLD
NEW
« no previous file with comments
|
« lib/src/throws_matchers.dart
('k') |
test/core_matchers_test.dart »
('j') |
no next file with comments »
Issue 867133002: pkg/matcher: refactor with unittest v0.12 work (Closed)
Created 5 years, 11 months ago by kevmoo
Modified 5 years, 10 months ago
Reviewers: nweiz
Base URL: https://github.com/dart-lang/matcher.git@master
Comments: 16
This is Rietveld
408576698