`fwf_empty()` fails when `col_names` is given. I think the line 52 in read_fwf.R is wrong: ``` r stopifnot(length(out$begin) != length(col_names)) ``` Those lengths should be the same.