This PR uses regex to improve the parsing in Nokogiri and catch more undesirable symptoms. However, I can't seem to get the regex to work in a separate method, and it can only work on one line. I plan to try this later today (see parsing_conditions(element) method on line 38 vs. line 57
Description
This PR uses regex to improve the parsing in Nokogiri and catch more undesirable symptoms. However, I can't seem to get the regex to work in a separate method, and it can only work on one line. I plan to try this later today (see
parsing_conditions(element)
method on line 38 vs. line 57