Changeset 226 for pyyaml/trunk/tests
- Timestamp:
- 08/16/06 17:07:47 (6 years ago)
- Location:
- pyyaml/trunk/tests/data
- Files:
-
- 2 modified
-
construct-bool.code (modified) (1 diff)
-
construct-bool.data (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/data/construct-bool.code
r58 r226 4 4 "logical": True, 5 5 "option": True, 6 "but": { "y": "is a string", "n": "is a string" }, 6 7 } -
pyyaml/trunk/tests/data/construct-bool.data
r59 r226 3 3 logical: True 4 4 option: on 5 6 7 but: 8 y: is a string 9 n: is a string
