File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 98
98
< th > 85</ th >
99
99
< th > 855</ th >
100
100
< th > 95</ th >
101
- < th > 39017 </ th >
101
+ < th > 38992 </ th >
102
102
</ tr > < tr >
103
103
< th > C#</ th >
104
104
< th > 2</ th >
372
372
</ tr > < tr >
373
373
< th > HTML</ th >
374
374
< th > 1</ th >
375
- < th > 608 </ th >
375
+ < th > 590 </ th >
376
376
< th > 0</ th >
377
377
< th > 0</ th >
378
- < th > 608 </ th >
378
+ < th > 590 </ th >
379
379
< th > 0</ th >
380
- < th > 8879 </ th >
380
+ < th > 8626 </ th >
381
381
</ tr > < tr >
382
382
< th > JSON</ th >
383
383
< th > 1</ th >
580
580
< tfoot > < tr >
581
581
< th > Total</ th >
582
582
< th > 172</ th >
583
- < th > 26413 </ th >
583
+ < th > 26395 </ th >
584
584
< th > 3001</ th >
585
585
< th > 1748</ th >
586
- < th > 21664 </ th >
586
+ < th > 21646 </ th >
587
587
< th > 2363</ th >
588
- < th > 1799582 </ th >
588
+ < th > 1799304 </ th >
589
589
</ tr > </ tfoot >
590
590
</ table > </ body > </ html >
Original file line number Diff line number Diff line change 428
428
echo -e " ${GREEN} PASSED minified ignored check"
429
429
fi
430
430
431
- if ./scc ./examples/minified/ --no-min-gen | grep -q " 0.000000 " ; then
431
+ if ./scc ./examples/minified/ --no-min-gen | grep -q " \$ 0 " ; then
432
432
echo -e " ${GREEN} PASSED removed min"
433
433
else
434
434
echo -e " ${RED} ======================================================="
437
437
exit
438
438
fi
439
439
440
- if ./scc ./examples/generated/ --no-min-gen | grep -q " 0.000000 " ; then
440
+ if ./scc ./examples/generated/ --no-min-gen | grep -q " \$ 0 " ; then
441
441
echo -e " ${GREEN} PASSED removed gen"
442
442
else
443
443
echo -e " ${RED} ======================================================="
473
473
echo -e " ${GREEN} PASSED extension param should ignore #!"
474
474
fi
475
475
476
- if ./scc -z --min-gen-line-length 1 --no-min-gen . | grep -q " 0.000000 " ; then
476
+ if ./scc -z --min-gen-line-length 1 --no-min-gen . | grep -q " \$ 0 " ; then
477
477
echo -e " ${GREEN} PASSED min gen line length"
478
478
else
479
479
echo -e " ${RED} ======================================================="
482
482
exit
483
483
fi
484
484
485
- if ./scc --no-large --large-byte-count 0 ./examples/language | grep -q " 0.000000 " ; then
485
+ if ./scc --no-large --large-byte-count 0 ./examples/language | grep -q " \$ 0 " ; then
486
486
echo -e " ${GREEN} PASSED no large byte test"
487
487
else
488
488
echo -e " ${RED} ======================================================="
491
491
exit
492
492
fi
493
493
494
- if ./scc --no-large --large-line-count 0 ./examples/language | grep -q " 0.000000 " ; then
494
+ if ./scc --no-large --large-line-count 0 ./examples/language | grep -q " \$ 0 " ; then
495
495
echo -e " ${GREEN} PASSED no large line test"
496
496
else
497
497
echo -e " ${RED} ======================================================="
You can’t perform that action at this time.
0 commit comments