Subclass all base classes from `object`.
[pyyaml/python3.git] / tests / data / spec-06-01.data
blob6134ba12af71e6cd3506397508775fd9086f6c3c
1   # Leading comment line spaces are
2    # neither content nor indentation.
3     
4 Not indented:
5  By one space: |
6     By four
7       spaces
8  Flow style: [    # Leading spaces
9    By two,        # in flow style
10   Also by two,    # are neither
11 # Tabs are not allowed:
12 #       Still by two   # content nor
13     Still by two   # content nor
14     ]             # indentation.