that was the wrong fix

This commit is contained in:
byte[] 2019-12-31 23:48:31 -05:00
parent fb33238f72
commit 975531c42c

View file

@ -106,8 +106,8 @@ defmodule Search.DateParser do
|> ignore()
pos_2dig_int =
ascii_char('123456789')
|> ascii_char('0123456789')
ascii_char('0123456789')
|> ascii_char('123456789')
|> reduce(:to_int)
year = integer(4)