--- source: crates/tele_visit/tests/visit_mut.rs assertion_line: 37 expression: ast --- RefCell { value: StyleSheetNode { loc: Loc { start: Pos { offset: 0, line: 1, column: 1, }, end: Pos { offset: 24, line: 1, column: 25, }, }, statements: [ RuleSet( RefCell { value: RuleSetNode { loc: Loc { start: Pos { offset: 2, line: 1, column: 3, }, end: Pos { offset: 22, line: 1, column: 23, }, }, prelude: ".foo", prelude_tokens: [ Token { token_type: Delim, start_pos: Pos { offset: 2, line: 1, column: 3, }, end_pos: Pos { offset: 3, line: 1, column: 4, }, content: ".", }, Token { token_type: Ident, start_pos: Pos { offset: 3, line: 1, column: 4, }, end_pos: Pos { offset: 6, line: 1, column: 7, }, content: "foo", }, Token { token_type: WhiteSpace, start_pos: Pos { offset: 6, line: 1, column: 7, }, end_pos: Pos { offset: 7, line: 1, column: 8, }, content: " ", }, ], declarations: [ RefCell { value: DeclarationNode { loc: Loc { start: Pos { offset: 9, line: 1, column: 10, }, end: Pos { offset: 0, line: 1, column: 1, }, }, name: "-moz-color", name_tokens: [ Token { token_type: Ident, start_pos: Pos { offset: 9, line: 1, column: 10, }, end_pos: Pos { offset: 14, line: 1, column: 15, }, content: "color", }, ], value: [ Ident( RefCell { value: IdentNode { loc: Loc { start: Pos { offset: 16, line: 1, column: 17, }, end: Pos { offset: 19, line: 1, column: 20, }, }, name: "red", }, }, ), ], value_tokens: [], important: false, }, }, ], }, }, ), ], }, }