YAML: don't test types on complex key test

db4
Jon Harper 2014-03-01 15:46:33 +01:00 committed by John Benediktsson
parent adae95bfb4
commit 2a409cdec6
1 changed files with 3 additions and 3 deletions

View File

@ -38,11 +38,11 @@ ${ test-represented-string } [ $ test-obj >yaml ] unit-test
${ test-represented-string } [ $ test-represented-string yaml> >yaml ] unit-test
! Non-scalar key
CONSTANT: complex-key H{ { { "4" } "3" } }
CONSTANT: complex-key H{ { { "foo" } "bar" } }
CONSTANT: complex-key-represented """--- !!map
? !!seq
- !!str 4
: !!str 3
- !!str foo
: !!str bar
...
"""