fix a couple string escapes.

db4
John Benediktsson 2015-07-26 08:32:40 -07:00
parent 1fcf96cada
commit 155c5ab823
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 {