{
  "schema": "https://bars.commonsware.com/conformance/schema/render-fixture.schema.json",
  "version": "0.1.0",
  "cases": [
    {
      "name": "test-paren-simple",
      "template": "{{ x | plus: ( 3 ) }}",
      "context": {
        "x": 2
      },
      "expect": {
        "kind": "output",
        "expectedOutput": "5"
      }
    }
  ]
}
