When trying to convert the bigip.conf or the archive.ucs, an error is produced.
The error complains about missing a "}" or a misaligned "}" when the irule is perfectly valid.
This does not seem to be related to #90 as its not linked to the cert-order-manager
Error: Error parsing input file. Please open an issue at https://github.com/f5devcentral/f5-automation-config-converter/issues and include the following error:
Missing or mis-indented '}' for line: ' switch -glob [WS::frame type] {'
at orchestrate (/app/src/engines/parser.js:65:31)
at /app/src/engines/parser.js:275:65
at Array.map (<anonymous>)
at /app/src/engines/parser.js:275:52
at Array.forEach (<anonymous>)
at module.exports (/app/src/engines/parser.js:204:28)
at mainRunner (/app/src/main.js:98:18)
at main (/app/src/main.js:187:30)
Expected Behavior
The conversion continues.
Actual Behavior
An error is produced:
Error: Error parsing input file. Please open an issue at https://github.com/f5devcentral/f5-automation-config-converter/issues and include the following error:
Missing or mis-indented '}' for line: ' switch -glob [WS::frame type] {'
at orchestrate (/app/src/engines/parser.js:65:31)
at /app/src/engines/parser.js:275:65
at Array.map (<anonymous>)
at /app/src/engines/parser.js:275:52
at Array.forEach (<anonymous>)
at module.exports (/app/src/engines/parser.js:204:28)
at mainRunner (/app/src/main.js:98:18)
at main (/app/src/main.js:187:30)
Environment
Summary
When trying to convert the bigip.conf or the archive.ucs, an error is produced. The error complains about missing a "}" or a misaligned "}" when the irule is perfectly valid. This does not seem to be related to #90 as its not linked to the cert-order-manager
Steps To Reproduce
Steps to reproduce the behavior:
Convert following config:
Observe the following error message:
Expected Behavior
The conversion continues.
Actual Behavior
An error is produced: