pub fn compare_stdout<F, P>(syntax: Syntax, tr: F, input: &str)Available on crate feature
__ecma and (crate features __ecma_transforms or __testing_transform) and crate feature __testing_transform only.Expand description
Execute node for input and ensure that it prints same output after
transformation.