import encoding.xml fn test_newline() { doc := xml.XMLDocument.from_string(' Test \r\n<\r\ntest\r\n>\r <\r\n/\ntest\r> ')! _ = doc }