{
  "description": "Test Mermaid sequence diagram with line breaks in messages, notes and actor aliases",
  "requires": {
    "Mermaid": ">=2.0"
  },
  "setup": [
    {
      "page": "Mermaid Test/Sequence Diagram Line Breaks",
      "contents": "{{#mermaid:sequenceDiagram\n    participant Alice as Alice<br/>Johnson\n    Alice->John: Hello John,<br/>how are you?\n    Note over Alice,John: A typical interaction<br/>But now in two lines\n}}"
    }
  ],
  "tests": [
    {
      "type": "parser",
      "about": "Check Mermaid sequence diagram content with line breaks",
      "subject": "Mermaid Test/Sequence Diagram Line Breaks",
      "assert-output": {
        "to-contain": [
          "data-mermaid=\"",
          "&quot;content&quot;:&quot;sequenceDiagram",
          "participant Alice as Alice&amp;lt;br\\/&amp;gt;Johnson",
          "Alice-&amp;gt;John: Hello John,&amp;lt;br\\/&amp;gt;how are you?",
          "Note over Alice,John: A typical interaction&amp;lt;br\\/&amp;gt;But now in two lines"
        ]
      }
    }
  ],
  "settings": {
    "wgContLang": "en",
    "wgLang": "en"
  },
  "meta": {
    "version": "2",
    "is-incomplete": false,
    "debug": true
  }
}
