{
  "schema": "https://bars.commonsware.com/conformance/schema/render-fixture.schema.json",
  "version": "0.1.0",
  "cases": [
    {
      "name": "null-context-text-only-is-fine",
      "description": "Non-interpolating templates are unaffected by a null context.",
      "template": "static text",
      "expect": {
        "kind": "output",
        "expectedOutput": "static text"
      }
    }
  ]
}
