Patch regular patterns

Former-commit-id: 4c05238859cbb95c68902dbfb0b8f5d91f9f82d0
Former-commit-id: 15ae6fd0b11548a0701c99c9305232d5a238d39d
This commit is contained in:
2023-05-15 14:57:16 +02:00
parent 06729511ad
commit ed5b28b14f

View File

@ -13,13 +13,13 @@ BEGIN {
if (EXCLUDE == "") EXCLUDE = 0 if (EXCLUDE == "") EXCLUDE = 0
} }
/^\# --- START OF GFF DUMP ---/ { /^# --- START OF GFF DUMP ---/ {
State = "gff" State = "gff"
NbEntry++ NbEntry++
next next
} }
/^\# --- END OF GFF DUMP ---/ { /^# --- END OF GFF DUMP ---/ {
State = 0 State = 0
next next
} }
@ -32,7 +32,7 @@ BEGIN {
next next
} }
/^\#/ { next } /^#/ { next }
(State == 0) { next } (State == 0) { next }