mirror of https://github.com/kdl-org/kdl-rs.git
tests: add a quick test to make sure slashdashes are also being preserved
This commit is contained in:
parent
413b0ecb55
commit
d0366db21f
|
|
@ -581,7 +581,7 @@ baz
|
|||
|
||||
// child 2 comment
|
||||
|
||||
child2 2 // comment
|
||||
child2 2 /-3 // comment
|
||||
|
||||
child3 "
|
||||
|
||||
|
|
@ -616,7 +616,7 @@ baz
|
|||
foo 1 bar=0xdeadbeef {
|
||||
child1 1
|
||||
// child 2 comment
|
||||
child2 2 // comment
|
||||
child2 2 /-3 // comment
|
||||
child3 "\nstring\t" {
|
||||
/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue