const expectedPrintedPostParsed = ` (0) ***START LOOP OF hi (1) (2) (3) (3) (2) (2) (2) (2) (3) (3) (3) (4) (4) (5) (5) (6) (7) (8) name (7) (6) (5) (4) (4) (5) (5) (6) (7) (8) phone (7) (6) (5) (4) (4) (5) (5) (6) (7) (8) website (7) (6) (5) (4) (3) (3) (4) (4) (5) (6) (6) (7) (8) (8) (7) (7) (8) =============================={foo} (8) (7) (6) (5) (4) (4) (4) (5) (6) (6) (7) (8) (8) (7) (7) (8) =============================={bar} (8) (7) (6) (5) (4) (4) (4) (5) (6) (6) (7) (8) (8) (7) (7) (8) =============================={bar} (8) (7) (6) (5) (4) (4) (3) (3) (3) (2) (2) (2) (1) (1) (2) (3) (3) (2) (1) ***END LOOP OF hi (0)`; const rawXMLValue = ` Hello World `; module.exports = { expectedPrintedPostParsed, rawXMLValue, };