fix a couple string escapes.
parent
1fcf96cada
commit
155c5ab823
|
@ -141,7 +141,7 @@ XML-NS: foo http://blah.com
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
{
|
{
|
||||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><a>asdf<asdf/>asdf2</a"
|
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><a>asdf<asdf/>asdf2</a>"
|
||||||
} [
|
} [
|
||||||
default-prolog
|
default-prolog
|
||||||
"asdf"
|
"asdf"
|
||||||
|
|
|
@ -94,10 +94,10 @@ ${ test-types } [ $ test-types >yaml yaml> ] unit-test
|
||||||
! Anchors
|
! Anchors
|
||||||
CONSTANT: test-anchors "- &1 \"1\"
|
CONSTANT: test-anchors "- &1 \"1\"
|
||||||
- *1
|
- *1
|
||||||
- &2 ["1","2"]
|
- &2 [\"1\",\"2\"]
|
||||||
- *2
|
- *2
|
||||||
- &3
|
- &3
|
||||||
*1 : "one"
|
*1 : \"one\"
|
||||||
- *3
|
- *3
|
||||||
"
|
"
|
||||||
CONSTANT: test-anchors-obj {
|
CONSTANT: test-anchors-obj {
|
||||||
|
|
Loading…
Reference in New Issue