This commit is contained in:
cel 🌸 2024-06-25 23:25:48 +01:00
parent 33e0d1ca8b
commit fa54b2dd3b
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ fn main() {
<block1>Background Mark 1</block1>
<block2>Background Mark 2</block2>
<block3>Background Mark 3</block3>
</TEST>
</TEST>ahsdkjlfhasdlkjfhkljh
",
);
println!("{:?}", document);
println!("{:#?}", document);
}