diff options
| author | John MacFarlane <[email protected]> | 2022-02-05 23:34:44 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-02-05 23:34:44 -0800 |
| commit | 6cc253aab68fa7b1bb53704350923628826464ea (patch) | |
| tree | 3037f8c747f9c24c50552ff64badbb861b8c7f8b /test/command | |
| parent | 3da5440858c7542d6405f4a579071bc7c2ea3a11 (diff) | |
RIS reader: support ID and DO fields.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/7894.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/command/7894.md b/test/command/7894.md index f9c7c1e38..66c90bc9c 100644 --- a/test/command/7894.md +++ b/test/command/7894.md @@ -1,6 +1,7 @@ ``` % pandoc -f ris -t csljson TY - BOOK +ID - Chang_Keisler_Model_Theory AU - Chang, C. C. AU - Keisler, H. Jerome PY - 1990 @@ -47,7 +48,7 @@ ER - } ], "edition": "3", - "id": "Chang_Keisler_1990", + "id": "Chang_Keisler_Model_Theory", "issued": { "date-parts": [ [ |
