Bash script for TXT file to JSON conversion parsing issue
I have to create a simple bash script that converts .txt outputs to JSON code. The pattern is as follows: [ Example ], 1..3 tests ----------------------------------------------------------------------------------- not ok 1 text1 (text1), 5ms ok 2 text2 (text2, issues), 2ms ok 3…