>>===== MODE =====>>
bibliography-header
<<===== MODE =====<<

Concerning the bibliography_errors return value, see:

 http://gsl-nagoya-u.net/http/pub/citeproc-doc.html#handling-items-with-no-rendered-form

In Javascript, this is an empty array (a list), rendered as an empty string
for this test result.




>>===== RESULT =====>>
bibend: </div>
bibliography_errors: 
bibstart: <div class="csl-bib-body">

done: false
entry_ids: ITEM-1,ITEM-2
entryspacing: 0
linespacing: 1
maxoffset: 0
second-field-align: false
<<===== RESULT =====<<


>>===== CSL =====>>
<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>
	  <text variable="title"/>
    </layout>
  </citation>
  <bibliography
    entry-spacing="0">
    <layout>
      <text variable="title"/>
    </layout>
  </bibliography>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "ITEM-1",
        "title": "One",
        "type": "book"
    },
    {
        "id": "ITEM-2",
        "title": "Two",
        "type": "book"
    }
]
<<===== INPUT =====<<
