mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
that was the wrong fix
This commit is contained in:
parent
fb33238f72
commit
975531c42c
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ defmodule Search.DateParser do
|
||||||
|> ignore()
|
|> ignore()
|
||||||
|
|
||||||
pos_2dig_int =
|
pos_2dig_int =
|
||||||
ascii_char('123456789')
|
ascii_char('0123456789')
|
||||||
|> ascii_char('0123456789')
|
|> ascii_char('123456789')
|
||||||
|> reduce(:to_int)
|
|> reduce(:to_int)
|
||||||
|
|
||||||
year = integer(4)
|
year = integer(4)
|
||||||
|
|
Loading…
Reference in a new issue