A single dot is not a float value (fixes #62).
[pyyaml/python3.git] / tests / data / remove-possible-simple-key-bug.loader-error
blobfe1bc6c502aa2bc0e2c9d2aa337bb939be676c86
1 foo: &A bar
2 *A ]    # The ']' indicator triggers remove_possible_simple_key,
3         # which should raise an error.