pedro2555 / messagemaker

This project has moved to:
https://gitlab.com/prodrigues1990/messagemaker
GNU General Public License v2.0
0 stars 1 forks source link

Visibility and modifiers out of order #52

Closed pedro2555 closed 4 years ago

pedro2555 commented 5 years ago

Steps to reproduce

Visibility and visibility modifiers order is wrong

METAR LPPT 161100Z VRB02KT 1200 0300E R21/0800N BR PRFG FEW001 BKN002 08/08 Q1020

Expected output

... [WND] [VRB] 2 [KT] [VIS] {1200}[MTS] [RVR TDZ] {800}[MTS] [BR] [PRFG] [CLD] ...

Actual output

... [WND] [VRB] 2 [KT] [BR] [PRFG] [VIS] {1200}[MTS] [RVR TDZ] {800}[MTS] [CLD] ...