@ DocumentNode (location: (1:0)-(5:0))
└── children: (2 items)
    ├── @ ERBContentNode (location: (1:0)-(4:2))
    │   ├── tag_opening: "<%#" (location: (1:0)-(1:3))
    │   ├── content: "
    │     This is a comment
    │     across multiple lines
    │   " (location: (1:3)-(4:0))
    │   ├── tag_closing: "%>" (location: (4:0)-(4:2))
    │   ├── parsed: true
    │   └── valid: true
    │
    └── @ HTMLTextNode (location: (4:2)-(5:0))
        └── content: "\n"