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
(411)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: recipes/engine_tests/whitelist_steps.expected/selection.json
Issue
2387763003
:
Add initial postprocess unit test thingy. (Closed)
Patch Set: Rebase
Created 4 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
recipe_engine/checker.py
recipe_engine/env.py
recipe_engine/post_process.py
recipe_engine/recipe_test_api.py
recipe_engine/simulation_test.py
recipe_engine/step_runner.py
recipe_engine/third_party/expect_tests/__init__.py
recipe_engine/third_party/expect_tests/handle_test.py
recipe_engine/third_party/expect_tests/handle_train.py
recipe_engine/third_party/expect_tests/type_definitions.py
recipe_engine/unittests/checker_test.py
recipe_engine/unittests/post_process_test.py
recipes/engine_tests/whitelist_steps.py
recipes/engine_tests/whitelist_steps.expected/all_steps.json
recipes/engine_tests/whitelist_steps.expected/selection.json
View unified diff
|
Download patch
« no previous file with comments
|
« recipes/engine_tests/whitelist_steps.expected/all_steps.json
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 [
1 [
2 {
2 {
3
"cmd": [
4
"echo",
5
"crazy!"
6
],
7 "env": {
3 "env": {
8 "FLEEM": "VERY YES"
4 "FLEEM": "VERY YES"
9 },
5 },
10 "name": "something important"
6 "name": "something important"
11 },
7 },
12 {
8 {
13 "cmd": [
9 "cmd": [
14 "echo",
10 "echo",
15 "INSANITY"
11 "INSANITY"
16 ],
12 ],
17 "name": "another important"
13 "name": "another important"
18 }
14 }
19 ]
15 ]
OLD
NEW
« no previous file with comments
|
« recipes/engine_tests/whitelist_steps.expected/all_steps.json
('k') |
no next file »
|
no next file with comments »
Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Created 4 years, 2 months ago by iannucci
Modified 4 years, 2 months ago
Reviewers: martiniss, dnj, Dirk Pranke, Michael Achenbach
Base URL:
Comments: 162
This is Rietveld
408576698