Changeset 42
- Timestamp:
- 02/14/06 19:30:33 (7 years ago)
- Location:
- branches/pyyaml3000/tests/data
- Files:
-
- 14 edited
- 2 moved
-
spec-05-06.canonical (modified) (1 diff)
-
spec-05-14.canonical (modified) (1 diff)
-
spec-06-07.canonical (modified) (1 diff)
-
spec-07-08.canonical (modified) (1 diff)
-
spec-08-01.canonical (modified) (1 diff)
-
spec-08-09.canonical (modified) (1 diff)
-
spec-08-13.canonical (modified) (1 diff)
-
spec-08-15.canonical (modified) (1 diff)
-
spec-09-15.canonical (modified) (1 diff)
-
spec-09-21.error (moved) (moved from branches/pyyaml3000/tests/data/spec-09-21.canonical)
-
spec-09-23.canonical (modified) (2 diffs)
-
spec-09-24.canonical (modified) (2 diffs)
-
spec-10-05.canonical (modified) (1 diff)
-
spec-10-08.error (moved) (moved from branches/pyyaml3000/tests/data/spec-10-08.canonical)
-
spec-10-12.canonical (modified) (1 diff)
-
spec-10-15.canonical (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/tests/data/spec-05-06.canonical
r38 r42 3 3 !!map { 4 4 ? !!str "anchored" 5 : !local &A1"value",5 : &A1 !local "value", 6 6 ? !!str "alias" 7 7 : *A1, -
branches/pyyaml3000/tests/data/spec-05-14.canonical
r38 r42 2 2 --- 3 3 "Fun with \x5C 4 \x22 \x07 \x08 \x1B \ 0C4 \x22 \x07 \x08 \x1B \x0C 5 5 \x0A \x0D \x09 \x0B \x00 6 6 \x20 \xA0 \x85 \u2028 \u2029 -
branches/pyyaml3000/tests/data/spec-06-07.canonical
r38 r42 1 1 %YAML 1.1 2 2 --- 3 !!seq {3 !!seq [ 4 4 !!str "foo\nbar", 5 5 !!str "foo\n\nbar" 6 } 6 ] -
branches/pyyaml3000/tests/data/spec-07-08.canonical
r38 r42 3 3 !!seq [ 4 4 !<!foo> "bar", 5 !<tag:yaml.org,2002:str> "string" 5 !<tag:yaml.org,2002:str> "string", 6 6 !<tag:ben-kiki.org,2000:type> "baz" 7 7 ] -
branches/pyyaml3000/tests/data/spec-08-01.canonical
r38 r42 4 4 ? &A1 !!str "foo" 5 5 : !!str "bar", 6 ? !!str &A2"baz"7 : * a16 ? &A2 !!str "baz" 7 : *A1 8 8 } -
branches/pyyaml3000/tests/data/spec-08-09.canonical
r38 r42 11 11 : !!str "some text" 12 12 } }, 13 ? !!str "collections" :: !!map {13 ? !!str "collections" : !!map { 14 14 ? !!str "sequence" : !!seq [ 15 ?!!str "entry",16 :!!map {15 !!str "entry", 16 !!map { 17 17 ? !!str "key" : !!str "value" 18 18 } ], 19 ? !!str "mapping" :: !!map {19 ? !!str "mapping" : !!map { 20 20 ? !!str "key" : !!str "value" 21 21 } } } -
branches/pyyaml3000/tests/data/spec-08-13.canonical
r38 r42 4 4 ? !!str "foo" 5 5 : !!str "", 6 ? !!str "" ,6 ? !!str "" 7 7 : !!str "bar", 8 8 } -
branches/pyyaml3000/tests/data/spec-08-15.canonical
r38 r42 6 6 ? !!str "foo" 7 7 : !!str "", 8 ? !!str "" ,8 ? !!str "" 9 9 : !!str "bar", 10 10 } -
branches/pyyaml3000/tests/data/spec-09-15.canonical
r38 r42 4 4 ? !!str "---" 5 5 : !!str "foo", 6 ? !!str "..." ,6 ? !!str "..." 7 7 : !!str "bar" 8 8 } -
branches/pyyaml3000/tests/data/spec-09-23.canonical
r38 r42 1 1 %YAML 1.1 2 2 --- 3 !! seq [3 !!map { 4 4 ? !!str "strip" 5 5 : !!str "# text", … … 8 8 ? !!str "keep" 9 9 : !!str "# text\L\n", 10 ] 10 } -
branches/pyyaml3000/tests/data/spec-09-24.canonical
r38 r42 1 1 %YAML 1.1 2 2 --- 3 !! seq [3 !!map { 4 4 ? !!str "strip" 5 5 : !!str "", … … 8 8 ? !!str "keep" 9 9 : !!str "\n", 10 ] 10 } -
branches/pyyaml3000/tests/data/spec-10-05.canonical
r38 r42 7 7 !!str "one", 8 8 !!str "two", 9 ] 9 ], 10 10 !!map { 11 11 ? !!str "one" -
branches/pyyaml3000/tests/data/spec-10-12.canonical
r38 r42 4 4 ? !!str "block" 5 5 : !!map { 6 ? !!str "key" ,6 ? !!str "key" 7 7 : !!str "value" 8 8 } -
branches/pyyaml3000/tests/data/spec-10-15.canonical
r38 r42 1 1 %YAML 1.1 2 2 --- 3 !!seq {3 !!seq [ 4 4 !!map { 5 5 ? !!str "sun" 6 : !!str "yellow" ,6 : !!str "yellow" 7 7 }, 8 8 !!map { … … 16 16 } 17 17 } 18 } 18 ]
Note: See TracChangeset
for help on using the changeset viewer.
