Feature: bibsection As a CSL cite processor hacker I want the test bibsection_Select to pass @bibliography @bibsection @non-standard Scenario: Select Given the following style: """ """ And the following input: """ [{"categories":["japanese"],"id":"ITEM-1","title":"Book C","type":"book"},{"categories":["english"],"id":"ITEM-2","title":"Book B","type":"book"},{"categories":["japanese"],"id":"ITEM-3","title":"Book A","type":"book"},{"id":"ITEM-4","title":"Book D","type":"book"},{"categories":["japanese"],"id":"ITEM-5","title":"Article E","type":"article-journal"}] """ When I render the following bibliography selection: """ {"select":[{"field":"type","value":"book"},{"field":"categories","value":"japanese"}]} """ Then the bibliography should be: """