diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 625c486..424046e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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); } |