File tree Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 12
12
< tbody > < tr >
13
13
< th > Go</ th >
14
14
< th > 36</ th >
15
- < th > 8888 </ th >
16
- < th > 1428 </ th >
15
+ < th > 8899 </ th >
16
+ < th > 1431 </ th >
17
17
< th > 422</ th >
18
- < th > 7038 </ th >
19
- < th > 1417 </ th >
20
- < th > 351833 </ th >
18
+ < th > 7046 </ th >
19
+ < th > 1419 </ th >
20
+ < th > 352051 </ th >
21
21
</ tr > < tr >
22
22
< th > Java</ th >
23
23
< th > 24</ th >
381
381
</ tr > < tr >
382
382
< th > HTML</ th >
383
383
< th > 1</ th >
384
- < th > 635 </ th >
384
+ < th > 617 </ th >
385
385
< th > 0</ th >
386
386
< th > 0</ th >
387
- < th > 635 </ th >
387
+ < th > 617 </ th >
388
388
< th > 0</ th >
389
- < th > 9251 </ th >
389
+ < th > 9000 </ th >
390
390
</ tr > < tr >
391
391
< th > JSON</ th >
392
392
< th > 1</ th >
607
607
< tfoot > < tr >
608
608
< th > Total</ th >
609
609
< th > 176</ th >
610
- < th > 26734 </ th >
611
- < th > 3025 </ th >
610
+ < th > 26727 </ th >
611
+ < th > 3028 </ th >
612
612
< th > 1758</ th >
613
- < th > 21951 </ th >
614
- < th > 2401 </ th >
615
- < th > 1808723 </ th >
613
+ < th > 21941 </ th >
614
+ < th > 2403 </ th >
615
+ < th > 1808690 </ th >
616
616
</ tr > </ tfoot >
617
617
</ table > </ body > </ html >
Original file line number Diff line number Diff line change @@ -19,6 +19,17 @@ func TestProcessConstants(t *testing.T) {
19
19
}
20
20
}
21
21
22
+ func TestProcessConstantsPathExclude (t * testing.T ) {
23
+ PathDenyList = []string {"testing/" }
24
+ ProcessConstants ()
25
+
26
+ if PathDenyList [0 ] != "testing" {
27
+ t .Error ("expected / to be trimmed" )
28
+ }
29
+
30
+ PathDenyList = []string {}
31
+ }
32
+
22
33
func TestConfigureGc (t * testing.T ) {
23
34
ConfigureGc ()
24
35
}
You can’t perform that action at this time.
0 commit comments