Describe the bug
Missing required whitespace between : and " in some groups. This is an example, notice the :" before min_pulse_width and minimum_period.
Version
v1.2.48
To Reproduce
Any valid configuration should lead to the same issue, but here's an example I used.
Describe the bug Missing required whitespace between : and " in some groups. This is an example, notice the :" before min_pulse_width and minimum_period.
Version v1.2.48
To Reproduce Any valid configuration should lead to the same issue, but here's an example I used.
Expected behavior Per Liberty spec, a whitespace is required. https://media.c3d2.de/mgoblin_media/media_entries/659/Liberty_User_Guides_and_Reference_Manual_Suite_Version_2017.06.pdf
Additional context This bug leads to parsing failure on a parser like
liberty-parser
.