--- source: nac3parser/src/parser.rs assertion_line: 118 expression: parse_ast --- [ Located { location: Location { row: 1, column: 1, }, custom: (), node: If { test: Located { location: Location { row: 1, column: 4, }, custom: (), node: Constant { value: Int( Some( 1, ), ), kind: None, }, }, body: [ Located { location: Location { row: 1, column: 7, }, custom: (), node: Expr { value: Located { location: Location { row: 1, column: 7, }, custom: (), node: Constant { value: Int( Some( 10, ), ), kind: None, }, }, config_comment: [], }, }, ], orelse: [ Located { location: Location { row: 2, column: 1, }, custom: (), node: If { test: Located { location: Location { row: 2, column: 6, }, custom: (), node: Constant { value: Int( Some( 2, ), ), kind: None, }, }, body: [ Located { location: Location { row: 2, column: 9, }, custom: (), node: Expr { value: Located { location: Location { row: 2, column: 9, }, custom: (), node: Constant { value: Int( Some( 20, ), ), kind: None, }, }, config_comment: [], }, }, ], orelse: [ Located { location: Location { row: 3, column: 7, }, custom: (), node: Expr { value: Located { location: Location { row: 3, column: 7, }, custom: (), node: Constant { value: Int( Some( 30, ), ), kind: None, }, }, config_comment: [], }, }, ], config_comment: [], }, }, ], config_comment: [], }, }, ]