diff --git a/test/tap-snapshots/sentencecase=off^caseprotection=as-needed/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=off^caseprotection=as-needed/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=off^caseprotection=as-needed/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=off^caseprotection=as-needed/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=off^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=off^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=off^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=off^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=off^caseprotection=off/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=off^caseprotection=off/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=off^caseprotection=off/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=off^caseprotection=off/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=off^caseprotection=off^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=off^caseprotection=off^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=off^caseprotection=off^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=off^caseprotection=off^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=off^caseprotection=strict/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=off^caseprotection=strict/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=off^caseprotection=strict/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=off^caseprotection=strict/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=off^caseprotection=strict^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=off^caseprotection=strict^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=off^caseprotection=strict^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=off^caseprotection=strict^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on+guess^caseprotection=as-needed/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on+guess^caseprotection=as-needed/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on+guess^caseprotection=as-needed/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on+guess^caseprotection=as-needed/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on+guess^caseprotection=off/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on+guess^caseprotection=off/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on+guess^caseprotection=off/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on+guess^caseprotection=off/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on+guess^caseprotection=off^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on+guess^caseprotection=off^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on+guess^caseprotection=off^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on+guess^caseprotection=off^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on+guess^caseprotection=strict^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on^caseprotection=as-needed/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on^caseprotection=as-needed/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on^caseprotection=as-needed/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on^caseprotection=as-needed/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on^caseprotection=as-needed^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on^caseprotection=off/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on^caseprotection=off/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on^caseprotection=off/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on^caseprotection=off/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on^caseprotection=off^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on^caseprotection=off^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on^caseprotection=off^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on^caseprotection=off^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on^caseprotection=strict/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on^caseprotection=strict/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on^caseprotection=strict/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on^caseprotection=strict/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], }, diff --git a/test/tap-snapshots/sentencecase=on^caseprotection=strict^preservequoted/other/parse-raw.bib.snap b/test/tap-snapshots/sentencecase=on^caseprotection=strict^preservequoted/other/parse-raw.bib.snap index 722dbe6e2..19472bb9f 100644 --- a/test/tap-snapshots/sentencecase=on^caseprotection=strict^preservequoted/other/parse-raw.bib.snap +++ b/test/tap-snapshots/sentencecase=on^caseprotection=strict^preservequoted/other/parse-raw.bib.snap @@ -13,10 +13,12 @@ Object { "fields": Object { "author": Array [ Object { - "name": "Mittelbach, Frank", + "firstName": "Frank", + "lastName": "Mittelbach", }, Object { - "name": "Goossens, Michel", + "firstName": "Michel", + "lastName": "Goossens", }, ], "date": "2006-02", @@ -33,19 +35,24 @@ Object { "title": "\\\\LaTeX{} Companion", "translator": Array [ Object { - "name": "Andr\\\\'e, Jacques", + "firstName": "Jacques", + "lastName": "Andr\\\\'e", }, Object { - "name": "Bellet, Benoît", + "firstName": "Benoît", + "lastName": "Bellet", }, Object { - "name": "Charpentier, Jean-Côme", + "firstName": "Jean-Côme", + "lastName": "Charpentier", }, Object { - "name": "Hufflen, Jean-Michel", + "firstName": "Jean-Michel", + "lastName": "Hufflen", }, Object { - "name": "Soulet, Yves", + "firstName": "Yves", + "lastName": "Soulet", }, ], },