unplugged-system/external/python/pyyaml/tests/data/remove-possible-simple-key-bug.loader-error

4 lines
116 B
Plaintext
Raw Normal View History

foo: &A bar
*A ] # The ']' indicator triggers remove_possible_simple_key,
# which should raise an error.