Reporter regex picks up a false positive
adelevie opened this issue · 1 comments
adelevie commented
From testing around in Permafrast:
See supra, at 666 and nn. 17 and 26, supra.
The regex currently picks up "17 and 26" as a reporter citation.
josefdaly commented
Thought this issue could use a little clarification. Getting this from the provided text. What is the expected result?
{
"results": {
"citations": [
{
"type": "reporter",
"match": "17 and 26",
"index": 26,
"citation": "17 and 26",
"reporter": {
"volume": "17",
"reporter": "and",
"page": "26",
"id": "reporter/17/and/26"
}
}
]
},
"options": {}
}