Sha256: b98763aa6ff80fc5f2e4347469e92e87f50bd5c2227f1368c3d7f544d1eab670
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
Feature: name As a CSL cite processor hacker I want the test name_CeltsAndToffsCrowdedInitials to pass @citation @name Scenario: Celts And Toffs Crowded Initials Given the following style: """ <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0"> <info> <id /> <title /> <updated>2009-08-10T04:49:00+09:00</updated> </info> <citation> <layout> <names variable="translator"> <name and="symbol" delimiter=", " delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all" sort-separator=", " /> </names> </layout> </citation> </style> """ And the following input: """ [{"id":"item-1","issued":{"date-parts":[["1952"]]},"title":"Leonardo on the Human Body","translator":[{"family":"O’Malley","given":"Charles D.","static-ordering":false},{"family":"Saunders","given":"John Bertrand de Cusance Morant","static-ordering":false}],"type":"book"}] """ When I cite all items Then the result should be: """ O’Malley, C.D., & Saunders, J.B. de C.M. """
Version data entries
4 entries across 4 versions & 1 rubygems