Remove coverage check for break in createBaseEach.

This commit is contained in:
John-David Dalton
2015-12-29 22:15:13 -06:00
parent bc7f2af2ce
commit 41f86399f0

View File

@@ -43,6 +43,7 @@ before_install:
PATTERN[2]="|\s*while\s*\([^)]+\)\s*\{\s*iteratee\(index\);\s*\}|"
PATTERN[3]="|\s*else\s*\{\s*assocSet\(data\.map\b[\s\S]+?\}|"
PATTERN[4]="|\s*if\s*\(ctorString\b[\s\S]+?\}\s*\}|"
PATTERN[5]="|\bindex,\s*iterable\)\s*===\s*false\)[^}]+?(break;)|"
if [ $ISTANBUL == true ]; then
set -e