use august; #[test] fn test_single_col_w_colspan() { let input = "
A
B
"; let output = "A\nB"; assert_eq!(output, august::convert(input, 80)); }