Feature: number As a CSL cite processor hacker I want the test number_SimpleNumberArabic to pass @citation @number Scenario: Simple Number Arabic Given the following style: """ """ And the following input: """ [{"id":"item-1","title":"Ignore me","type":"book","volume":"42"}] """ When I cite all items Then the result should be: """ 42 """