zotero/chrome
Tom Najdek d418d79e70
Fix a bug in regex extracting fields to "extra"
Because regex is built using a template string, \s* is actually escaped
into s*, i.e. literal "s" appearing 0 or more times. In most cases this
would mean that output can have spacing slightly off. In extreme case,
when identifier starts with letter "s", this could this could lead to
identifier being stored incorrectly.

Also adjusted tests to be more strict and mock data to cover this case.
2022-07-07 13:40:40 +02:00
..
content Fix a bug in regex extracting fields to "extra" 2022-07-07 13:40:40 +02:00
locale Adjust page rotation labels in PDF reader 2022-07-01 16:33:08 +03:00
skin/default Show parent item title for child notes in context pane 2022-07-01 15:32:14 +03:00