{
  "schema": "https://bars.commonsware.com/conformance/schema/render-fixture.schema.json",
  "version": "0.1.0",
  "cases": [
    {
      "name": "mixed-segments",
      "description": "Interleaved text, comment, raw block, and escaped delimiter.",
      "template": "hi {{! note }} \\{{ {{{{ raw }}}} bye",
      "expect": {
        "kind": "output",
        "expectedOutput": "hi  {{  raw  bye"
      }
    }
  ]
}
