File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333daterange = f'(BET{ d } { date } { d } AND{ d } { date } |AFT{ d } { date } |BEF{ d } { date } )'
3434daterestrict = '(FROM|TO|BET|AND|BEF|AFT|ABT|CAL|EST|BCE)'
3535datevalue = f'({ date } |{ dateperiod } |{ daterange } |{ dateapprox } )?'
36- tag = f'(?P<tag> { stdtag } |{ exttag } )'
36+ tag = f'({ stdtag } |{ exttag } )'
3737enum = f'{ tag } '
3838eol = '(\\ \r (\\ \n )?|\\ \n )'
3939fraction = '[0-9]+'
4747noneol = '[\t -\\ U0010ffff]'
4848linestr = f'(?P<linestr>({ nonat } |{ atsign } { atsign } )({ noneol } )*)'
4949lineval = f'({ pointer } |{ linestr } )'
50- line = f'{ level } { d } ((?P<xref>{ xref } ){ d } )?{ tag } ({ d } { lineval } )?{ eol } '
50+ line = f'{ level } { d } ((?P<xref>{ xref } ){ d } )?(?P<tag> { tag } ) ({ d } { lineval } )?{ eol } '
5151nocommasp = '[\t -\\ x1d!-+\\ --\\ U0010ffff]'
5252nocomma = '[\t -+\\ --\\ U0010ffff]'
5353listitem = f'({ nocommasp } |{ nocommasp } ({ nocomma } )*{ nocommasp } )?'
You can’t perform that action at this time.
0 commit comments