YAML: don't test types on complex key test
parent
adae95bfb4
commit
2a409cdec6
|
@ -38,11 +38,11 @@ ${ test-represented-string } [ $ test-obj >yaml ] unit-test
|
||||||
${ test-represented-string } [ $ test-represented-string yaml> >yaml ] unit-test
|
${ test-represented-string } [ $ test-represented-string yaml> >yaml ] unit-test
|
||||||
|
|
||||||
! Non-scalar key
|
! Non-scalar key
|
||||||
CONSTANT: complex-key H{ { { "4" } "3" } }
|
CONSTANT: complex-key H{ { { "foo" } "bar" } }
|
||||||
CONSTANT: complex-key-represented """--- !!map
|
CONSTANT: complex-key-represented """--- !!map
|
||||||
? !!seq
|
? !!seq
|
||||||
- !!str 4
|
- !!str foo
|
||||||
: !!str 3
|
: !!str bar
|
||||||
...
|
...
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue