zotero/chrome/content
Tom Najdek 141258d564 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-08-11 02:46:37 -04:00
..
scaffold Scaffold templates: Pull URL from doc 2022-08-11 02:25:43 -04:00
zotero Fix a bug in regex extracting fields to "extra" 2022-08-11 02:46:37 -04:00
zotero-platform fx-compat: Add preferences with full-text/keyword search (#2659) 2022-08-10 18:26:23 -04:00