@ DocumentNode (location: (1:0)-(8:0))
└── children: (2 items)
    ├── @ ERBContentNode (location: (1:0)-(7:2))
    │   ├── tag_opening: "<%=" (location: (1:0)-(1:3))
    │   ├── content: "
    │     if condition
    │       "value1"
    │     else
    │       "value2"
    │     end
    │   " (location: (1:3)-(7:0))
    │   ├── tag_closing: "%>" (location: (7:0)-(7:2))
    │   ├── parsed: true
    │   └── valid: true
    │
    └── @ HTMLTextNode (location: (7:2)-(8:0))
        └── content: "\n"