Skip to content

Commit d0f5674

Browse files
committed
resolve integration tests
1 parent ab223ce commit d0f5674

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

SCC-OUTPUT-REPORT.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<th>85</th>
9999
<th>855</th>
100100
<th>95</th>
101-
<th>39017</th>
101+
<th>38992</th>
102102
</tr><tr>
103103
<th>C#</th>
104104
<th>2</th>
@@ -372,12 +372,12 @@
372372
</tr><tr>
373373
<th>HTML</th>
374374
<th>1</th>
375-
<th>608</th>
375+
<th>590</th>
376376
<th>0</th>
377377
<th>0</th>
378-
<th>608</th>
378+
<th>590</th>
379379
<th>0</th>
380-
<th>8879</th>
380+
<th>8626</th>
381381
</tr><tr>
382382
<th>JSON</th>
383383
<th>1</th>
@@ -580,11 +580,11 @@
580580
<tfoot><tr>
581581
<th>Total</th>
582582
<th>172</th>
583-
<th>26413</th>
583+
<th>26395</th>
584584
<th>3001</th>
585585
<th>1748</th>
586-
<th>21664</th>
586+
<th>21646</th>
587587
<th>2363</th>
588-
<th>1799582</th>
588+
<th>1799304</th>
589589
</tr></tfoot>
590590
</table></body></html>

examples/ignore/ignorefile.txt

Whitespace-only changes.

test-all.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ else
428428
echo -e "${GREEN}PASSED minified ignored check"
429429
fi
430430

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
432432
echo -e "${GREEN}PASSED removed min"
433433
else
434434
echo -e "${RED}======================================================="
@@ -437,7 +437,7 @@ else
437437
exit
438438
fi
439439

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
441441
echo -e "${GREEN}PASSED removed gen"
442442
else
443443
echo -e "${RED}======================================================="
@@ -473,7 +473,7 @@ else
473473
echo -e "${GREEN}PASSED extension param should ignore #!"
474474
fi
475475

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
477477
echo -e "${GREEN}PASSED min gen line length"
478478
else
479479
echo -e "${RED}======================================================="
@@ -482,7 +482,7 @@ else
482482
exit
483483
fi
484484

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
486486
echo -e "${GREEN}PASSED no large byte test"
487487
else
488488
echo -e "${RED}======================================================="
@@ -491,7 +491,7 @@ else
491491
exit
492492
fi
493493

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
495495
echo -e "${GREEN}PASSED no large line test"
496496
else
497497
echo -e "${RED}======================================================="

0 commit comments

Comments
 (0)