Feature: position As a CSL cite processor hacker I want the test position_NearNoteWithPlugin to pass @citation @position @citations Scenario: Near Note With Plugin Given the following style: """ """ And the following input: """ [{"container-title":"N.Y.2d","id":97,"issued":{"date-parts":[[1989]]},"multi":{"_keys":{}},"page":"683","title":"People v. Taylor","type":"legal_case","volume":"73"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] People v. Taylor, 73 N.Y.2d 683 (1989). """