pub fn compare_stdout<F, P>(syntax: Syntax, tr: F, input: &str)where F: FnOnce(&mut Tester<'_>) -> P, P: Pass,
Execute node for input and ensure that it prints same output after transformation.
node
input