Feature: Parse CSL localized terms As a hacker of CSL styles I want to be able to parse CSL localized terms Scenario: A few standard terms When I parse the CSL string """ accessed and and others anonymous anon. circa c. cited edition editions """ Then the nodename should be "terms" And the node should have 9 terms And the term number 1 should have the attribute "name" set to "accessed" And the term number 2 should be a textnode And the term number 9 should have the attribute "name" set to "edition" And the term number 9 should not be a textnode