Skip to content

Commit 187a1ef

Browse files
committed
migrate to latest nx
1 parent 456b6f6 commit 187a1ef

File tree

5 files changed

+5112
-1936
lines changed

5 files changed

+5112
-1936
lines changed

libs/citations/parse-text-cite/src/lib/testcites.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ export const tests: TestData = {
2727
},
2828
{
2929
input:
30-
'We used Gorilla (Anwyl, 2019) to present the visual probe task online and the task is available on the open materials page to preview or clone (https://gorilla.sc/openmaterials/85021).',
30+
'We used Gorilla (Anwyl-Irvine et al., 2019) to present the visual probe task online and the task is available on the open materials page to preview or clone (https://gorilla.sc/openmaterials/85021).',
3131
description: 'Complex case with a URL',
3232
result: [
3333
'We used Gorilla ',
3434
{
3535
citationId: 'CITE-X',
3636
citationItems: [
3737
{
38-
id: 'Anwyl2019',
38+
id: 'Anwyl-Irvine2019',
3939
itemData: {
4040
author: [
4141
{
42-
family: 'Anwyl',
42+
family: 'Anwyl-Irvine',
4343
},
4444
],
4545
issued: {
@@ -48,7 +48,7 @@ export const tests: TestData = {
4848
},
4949
},
5050
],
51-
originalText: '(Anwyl, 2019)',
51+
originalText: '(Anwyl-Irvine et al., 2019)',
5252
properties: {
5353
noteIndex: 0,
5454
},

0 commit comments

Comments
 (0)