more tests plus associated bug fixes, some tests still broken (in the sense they are not being run, not that they fail)
This commit is contained in:
parent
80d42c4e49
commit
843b3cdf24
3 changed files with 117 additions and 27 deletions
|
@ -81,6 +81,8 @@ parse_opts([space|Rest], Opts) ->
|
|||
parse_opts(Rest, Opts#opts{space = 1});
|
||||
parse_opts([{output_encoding, Val}|Rest], Opts) ->
|
||||
parse_opts(Rest, Opts#opts{output_encoding = Val});
|
||||
parse_opts([_|Rest], Opts) ->
|
||||
parse_opts(Rest, Opts);
|
||||
parse_opts([], Opts) ->
|
||||
Opts.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue