--- source: crates/tele_visit/tests/visit_mut.rs assertion_line: 55 expression: ast --- RefCell { value: StyleSheetNode { loc: Loc { start: Pos { offset: 0, line: 1, column: 1, }, end: Pos { offset: 32, line: 1, column: 33, }, }, statements: [ RuleSet( RefCell { value: RuleSetNode { loc: Loc { start: Pos { offset: 2, line: 1, column: 3, }, end: Pos { offset: 30, line: 1, column: 31, }, }, 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: [ Function( RefCell { value: FunctionNode { loc: Loc { start: Pos { offset: 0, line: 1, column: 1, }, end: Pos { offset: 0, line: 1, column: 1, }, }, name: "var", children: [ Ident( RefCell { value: IdentNode { loc: Loc { start: Pos { offset: 23, line: 1, column: 24, }, end: Pos { offset: 26, line: 1, column: 27, }, }, name: "clr", }, }, ), ], }, }, ), ], value_tokens: [], important: false, }, }, ], }, }, ), ], }, }