Closed hroptatyr closed 11 years ago
This seems to be the regression:
$ dconv -q <<EOF xyz some date: 2013-10-02 EOF
whereas the version without -q seems to work just fine:
-q
$ dconv <<EOF xyz some date: 2013-10-02 EOF => dconv: cannot make sense of `xyz' using the given input formats 2003-10-10
fixed in 8c2334db (and following)
This seems to be the regression:
whereas the version without
-q
seems to work just fine: