You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/test.js
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ var doi = [
11
11
'10.0001/issn.10001'
12
12
]
13
13
14
+
vardoiOlderFormat=[
15
+
'10.1002/(SICI)1096-8644(199808)106:4<483::AID-AJPA4>3.0.CO;2-K'// one of 300K DOIs from Wiley - see https://www.crossref.org/blog/dois-and-matching-regular-expressions/ for more info
16
+
]
17
+
14
18
vardoiNot=[
15
19
'10..1000/journal.pone.0011111',
16
20
'1.1/1.1',
@@ -65,6 +69,13 @@ test('exact DOIs as passing', function (t) {
0 commit comments