File: remove-possible-simple-key-bug.loader-error

package info (click to toggle)
ruamel.yaml 0.18.10%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,772 kB
  • sloc: python: 20,132; makefile: 188; sh: 31
file content (3 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (26)
1
2
3
foo: &A bar
*A ]    # The ']' indicator triggers remove_possible_simple_key,
        # which should raise an error.