@ DocumentNode (location: (1:0)-(4:0))
└── children: (2 items)
    ├── @ ERBForNode (location: (1:0)-(3:9))
    │   ├── tag_opening: "<%" (location: (1:0)-(1:2))
    │   ├── content: " for i in 1..5 " (location: (1:2)-(1:17))
    │   ├── tag_closing: "%>" (location: (1:17)-(1:19))
    │   ├── statements: (3 items)
    │   │   ├── @ HTMLTextNode (location: (1:19)-(2:2))
    │   │   │   └── content: "\n  "
    │   │   │
    │   │   ├── @ ERBContentNode (location: (2:2)-(2:10))
    │   │   │   ├── tag_opening: "<%=" (location: (2:2)-(2:5))
    │   │   │   ├── content: " i " (location: (2:5)-(2:8))
    │   │   │   ├── tag_closing: "%>" (location: (2:8)-(2:10))
    │   │   │   ├── parsed: true
    │   │   │   └── valid: true
    │   │   │
    │   │   └── @ HTMLTextNode (location: (2:10)-(3:0))
    │   │       └── content: "\n"
    │   │
    │   └── end_node:
    │       └── @ ERBEndNode (location: (3:0)-(3:9))
    │           ├── tag_opening: "<%" (location: (3:0)-(3:2))
    │           ├── content: " end " (location: (3:2)-(3:7))
    │           └── tag_closing: "%>" (location: (3:7)-(3:9))
    │
    │
    └── @ HTMLTextNode (location: (3:9)-(4:0))
        └── content: "\n"