-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 0070331
Only mark tests non-text if they actually depend on line ending.
Some test files were included, where only their data actually
depended on line endings.
Some tests didn't actually depend on line ending at all.
(They may date back to a time where multiline strings didn't
normalize their newlines.)
Fix some syntax tests that had been formatted, and exempt
all files depending on line endings from formatting.
Change-Id: I6c003e9c4f03d3b2af102bfca59d4a7bc8e6d63f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/434380
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>1 parent 390d3f4 commit 0070331
File tree
7 files changed
+116
-459
lines changed- tests
- language/string
- web
7 files changed
+116
-459
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
30 | - | ||
31 | 25 | | |
32 | - | ||
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
5 | + | ||
6 | + | ||
6 | 7 | | |
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
8 | + | ||
11 | 9 | | |
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
10 | + | ||
11 | + | ||
16 | 12 | | |
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
13 | + | ||
21 | 14 | | |
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
15 | + | ||
16 | + | ||
17 | + | ||
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
7 | 5 | | |
8 | 6 | | |
9 | - | ||
7 | + | ||
8 | + | ||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
22 | + | ||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | - | ||
26 | + | ||
27 | + | ||
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
37 | + | ||
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
35 | 45 | | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
51 | + | ||
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
44 | - | ||
55 | + | ||
56 | + | ||
45 | 57 | | |
46 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
7 | 5 | | |
8 | 6 | | |
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
19 | 16 | | |
20 | 17 | | |
21 | - | ||
18 | + | ||
22 | 19 | | |
23 | 20 | | |
24 | - | ||
21 | + | ||
25 | 22 | | |
26 | - | ||
23 | + | ||
27 | 24 | | |
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | - | ||
48 | - | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
49 | 41 | | |
0 commit comments