Skip to content

Commit 7fb4ef3

Browse files
committed
Загрузка всех сторонних тестов
1 parent e70942a commit 7fb4ef3

File tree

2,664 files changed

+4902
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,664 files changed

+4902
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Spec Example 2.4. Sequence of Mappings
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"name": "Mark McGwire",
4+
"hr": 65,
5+
"avg": 0.278
6+
},
7+
{
8+
"name": "Sammy Sosa",
9+
"hr": 63,
10+
"avg": 0.288
11+
}
12+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
-
2+
name: Mark McGwire
3+
hr: 65
4+
avg: 0.278
5+
-
6+
name: Sammy Sosa
7+
hr: 63
8+
avg: 0.288
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Invalid value after mapping

tests/fixtures/yaml-test-suite/236B/error

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
foo:
2+
bar
3+
invalid
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Whitespace around colon in mappings
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"top1": {
3+
"key1": "scalar1"
4+
},
5+
"top2": {
6+
"key2": "scalar2"
7+
},
8+
"top3": {
9+
"scalar1": "scalar3"
10+
},
11+
"top4": {
12+
"scalar2": "scalar4"
13+
},
14+
"top5": "scalar5",
15+
"top6": {
16+
"key6": "scalar6"
17+
}
18+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"top1" :
2+
"key1" : &alias1 scalar1
3+
'top2' :
4+
'key2' : &alias2 scalar2
5+
top3: &node3
6+
*alias1 : scalar3
7+
top4:
8+
*alias2 : scalar4
9+
top5 :
10+
scalar5
11+
top6:
12+
&anchor6 'key6' : scalar6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Spec Example 5.9. Directive Indicator

0 commit comments

Comments
 (0)