Issue #2971 Fix regex in warning.xml

Change-Id: I74998354d07596551763a0453973ea4a6ea6f806

Former-commit-id: 60c4d87b387b3902fb0feacbf48807490b17e90c
This commit is contained in:
Ron Anderson 2014-04-23 17:24:41 -05:00
parent f3185dd206
commit b1d43ae61a

View file

@ -22,5 +22,5 @@
<regex>^(W[FGHOTUW]|FZ)[ACHKMPU][AHKQSWY].*</regex>
<regex>^(WT)(NT|PZ)\d{2} KNHC.*</regex>
<regex>^(WTP)A\d{2} PHFO.*</regex>
<regex>^NWUS([13-9]\\d|2[1-9]) KWNS.*</regex>
<regex>^NWUS([13-9]\d|2[1-9]) KWNS.*</regex>
</requestPatterns>