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
(1623)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: tests/corelib_2/reg_exp1_test.dart
Issue
2985233002
:
Migrated test block 19 to Dart 2.0. (Closed)
Patch Set: Migrated test block 19 to Dart 2.0.
Created 3 years, 5 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:
tests/corelib/corelib.status
tests/corelib/range_error_test.dart
tests/corelib/reg_exp1_test.dart
tests/corelib/reg_exp4_test.dart
tests/corelib/reg_exp5_test.dart
tests/corelib/reg_exp_all_matches_test.dart
tests/corelib/reg_exp_first_match_test.dart
tests/corelib/reg_exp_group_test.dart
tests/corelib/reg_exp_groups_test.dart
tests/corelib/reg_exp_has_match_test.dart
tests/corelib/reg_exp_pattern_test.dart
tests/corelib/reg_exp_start_end_test.dart
tests/corelib/reg_exp_string_match_test.dart
tests/corelib/regexp/UC16_test.dart
tests/corelib/regexp/alternative-length-miscalculation_test.dart
tests/corelib/regexp/alternatives_test.dart
tests/corelib/regexp/ascii-regexp-subject_test.dart
tests/corelib/regexp/assertion_test.dart
tests/corelib/regexp/backreferences_test.dart
tests/corelib/regexp/bol-with-multiline_test.dart
tests/corelib/regexp/bol_test.dart
tests/corelib/regexp/capture-3_test.dart
tests/corelib/regexp/capture_test.dart
tests/corelib/regexp/captures_test.dart
tests/corelib/regexp/char-insensitive_test.dart
tests/corelib/regexp/character-match-out-of-order_test.dart
tests/corelib_2/corelib_2.status
tests/corelib_2/range_error_test.dart
tests/corelib_2/reg_exp1_test.dart
tests/corelib_2/reg_exp4_test.dart
tests/corelib_2/reg_exp5_test.dart
tests/corelib_2/reg_exp_all_matches_test.dart
tests/corelib_2/reg_exp_first_match_test.dart
tests/corelib_2/reg_exp_group_test.dart
tests/corelib_2/reg_exp_groups_test.dart
tests/corelib_2/reg_exp_has_match_test.dart
tests/corelib_2/reg_exp_pattern_test.dart
tests/corelib_2/reg_exp_start_end_test.dart
tests/corelib_2/reg_exp_string_match_test.dart
tests/corelib_2/regexp/UC16_test.dart
tests/corelib_2/regexp/alternative-length-miscalculation_test.dart
tests/corelib_2/regexp/alternatives_test.dart
tests/corelib_2/regexp/ascii-regexp-subject_test.dart
tests/corelib_2/regexp/assertion_test.dart
tests/corelib_2/regexp/backreferences_test.dart
tests/corelib_2/regexp/bol-with-multiline_test.dart
tests/corelib_2/regexp/bol_test.dart
tests/corelib_2/regexp/capture-3_test.dart
tests/corelib_2/regexp/capture_test.dart
tests/corelib_2/regexp/captures_test.dart
tests/corelib_2/regexp/char-insensitive_test.dart
tests/corelib_2/regexp/character-match-out-of-order_test.dart
tests/corelib_strong/corelib_strong.status
tests/corelib_strong/range_error_test.dart
tests/corelib_strong/reg_exp1_test.dart
tests/corelib_strong/reg_exp4_test.dart
tests/corelib_strong/reg_exp5_test.dart
tests/corelib_strong/reg_exp_all_matches_test.dart
tests/corelib_strong/reg_exp_first_match_test.dart
tests/corelib_strong/reg_exp_group_test.dart
tests/corelib_strong/reg_exp_groups_test.dart
tests/corelib_strong/reg_exp_has_match_test.dart
tests/corelib_strong/reg_exp_pattern_test.dart
tests/corelib_strong/reg_exp_start_end_test.dart
tests/corelib_strong/reg_exp_string_match_test.dart
tests/corelib_strong/regexp/UC16_test.dart
tests/corelib_strong/regexp/alternative-length-miscalculation_test.dart
tests/corelib_strong/regexp/alternatives_test.dart
tests/corelib_strong/regexp/ascii-regexp-subject_test.dart
tests/corelib_strong/regexp/assertion_test.dart
tests/corelib_strong/regexp/backreferences_test.dart
tests/corelib_strong/regexp/bol-with-multiline_test.dart
tests/corelib_strong/regexp/bol_test.dart
tests/corelib_strong/regexp/capture-3_test.dart
tests/corelib_strong/regexp/capture_test.dart
tests/corelib_strong/regexp/captures_test.dart
tests/corelib_strong/regexp/char-insensitive_test.dart
tests/corelib_strong/regexp/character-match-out-of-order_test.dart
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« tests/corelib_2/range_error_test.dart
('k') |
tests/corelib_2/reg_exp4_test.dart »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: tests/corelib_2/reg_exp1_test.dart
diff --git a/tests/corelib/reg_exp1_test.dart b/tests/corelib_2/reg_exp1_test.dart
similarity index 100%
rename from tests/corelib/reg_exp1_test.dart
rename to tests/corelib_2/reg_exp1_test.dart
« no previous file with comments
|
« tests/corelib_2/range_error_test.dart
('k') |
tests/corelib_2/reg_exp4_test.dart »
('j') |
no next file with comments »
Issue 2985233002: Migrated test block 19 to Dart 2.0. (Closed)
Created 3 years, 5 months ago by bkonyi
Modified 3 years, 5 months ago
Reviewers: Bob Nystrom
Base URL:
Comments: 0
This is Rietveld
408576698