Skip to main content

round_trip

Function round_trip 

Source
pub fn round_trip(src: &str, lang: &str) -> Result<RoundTripResult, String>
Expand description

Verify that print_from_cst(parse_to_cst(src, lang), lang) == src.