ardupilot/Tools/autotest/param_metadata
Peter Barker 4c964dd89f autotest: param_parse.py: allow cr to exist on empty lines in prog_param
This should fix parameter building on the Windows CI autotest.

We allow empty lines between @Param blocks and the parameter (and, in
fact, require it before multi-entry @GROUPINFOs like vectors).

The regex wasn't taking into account Windows will have \r\n on that empty
line rather than just \n
2020-03-06 15:40:25 +11:00
..
__init__.py Tools: update python coding style 2016-09-01 13:05:11 +10:00
ednemit.py Tools: Allow specifying parameter metadata format 2018-12-11 10:24:40 +11:00
emit.py Tools: Allow specifying parameter metadata format 2018-12-11 10:24:40 +11:00
htmlemit.py Tools: Allow specifying parameter metadata format 2018-12-11 10:24:40 +11:00
jsonemit.py Tools: Add json param metadata parser 2020-01-21 10:00:33 +11:00
mdemit.py Tools: Allow specifying parameter metadata format 2018-12-11 10:24:40 +11:00
param.py Tools: add known Calibration tag to apm.pdef.xml 2020-02-04 20:29:09 +11:00
param_parse.py autotest: param_parse.py: allow cr to exist on empty lines in prog_param 2020-03-06 15:40:25 +11:00
rstemit.py Tools: Allow specifying parameter metadata format 2018-12-11 10:24:40 +11:00
wikiemit.py Tools: Allow specifying parameter metadata format 2018-12-11 10:24:40 +11:00
xmlemit.py Tools: add known Calibration tag to apm.pdef.xml 2020-02-04 20:29:09 +11:00