zotero/test
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
..
components Add -e flag to runtests.sh to stop tests after a given file 2017-06-20 05:48:38 -04:00
content Fix missing creators not being removed in item.fromJSON() 2022-03-09 02:43:22 -05:00
resource Update httpd.js to Fx60 version 2019-08-27 05:30:11 -04:00
tests Fix a bug in regex extracting fields to "extra" 2022-07-07 13:40:40 +02:00
chrome.manifest Unit testing infrastructure 2015-03-07 16:34:55 -05:00
install.rdf Update maxVersion 2015-10-29 03:57:08 -04:00
runtests.sh Enable PDF reader by default and enable for groups 2022-01-31 06:48:05 -05:00