Arkansas switched Arkansas reports, supreme and appellate to online with a VOLUME_YEAR. So I was under the impression that one, the regex pattern for volume year would indeed find those citations and the regex pattern requiring 1,3 digits would keep these two separate.
I would perhaps expect the citations_objs[0].exact_editions to not have a specific order but I dont know why its bringing back the edition that has a regex that would exclude it.
Eyecite is finding the wrong reporter for a citation - but alternating between the right and wrong.
When I run this code six times I get
This is confusing for me because I just updated reporters-db with the following reporter.
Arkansas switched Arkansas reports, supreme and appellate to online with a VOLUME_YEAR. So I was under the impression that one, the regex pattern for volume year would indeed find those citations and the regex pattern requiring 1,3 digits would keep these two separate.
I would perhaps expect the
citations_objs[0].exact_editions
to not have a specific order but I dont know why its bringing back the edition that has a regex that would exclude it.