Merge pull request #1709 from joakim-hove/region-fip-keyword

Minor fixup to REGION fip summary keyword regexp
This commit is contained in:
Joakim Hove 2020-04-16 09:27:01 +02:00 committed by GitHub
commit 44c5a6c84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,8 +103,10 @@
"RTFTTSUR",
"RTADSUR"
],
"deck_name_regex": "R[OGW]?[IP][PRT]_.+|RU.+|RTIPF.+|RTIPS.+|RTFTF.+|RTFTS.+|RTFTT.+|RTIPT.+|RTIPF.+|RTIPS.+|RTIP[1-9][0-9]*.+|RTFTT.+|RTFTF.+|RTFTS.+|RTFT[1-9][0-9]*.+|RTADS.+|RTDCY.+",
"data": {
"value_type": "INT"
}
"CommentFip": "This regexp should work for region output of arbitrary named FIPxxxx regions. Current implementation is not entirely correct",
"CommentTracer": "???",
"deck_name_regex": "R[OGW]?[OIP][EPRT]_.+|RU.+|RTIPF.+|RTIPS.+|RTFTF.+|RTFTS.+|RTFTT.+|RTIPT.+|RTIPF.+|RTIPS.+|RTIP[1-9][0-9]*.+|RTFTT.+|RTFTF.+|RTFTS.+|RTFT[1-9][0-9]*.+|RTADS.+|RTDCY.+",
"data": {
"value_type": "INT"
}
}