Skip to content

Commit

Permalink
Regenerated data from master d426e5b
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Aug 4, 2018
1 parent d30c3a6 commit 8ea8f8c
Show file tree
Hide file tree
Showing 26 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions 4EJS/===
@@ -0,0 +1 @@
Invalid tabs as indendation in a mapping
Empty file added 4EJS/error
Empty file.
4 changes: 4 additions & 0 deletions 4EJS/in.yaml
@@ -0,0 +1,4 @@
---
a:
b:
c: value
4 changes: 4 additions & 0 deletions 4EJS/test.event
@@ -0,0 +1,4 @@
+STR
+DOC ---
+MAP
=VAL :a
1 change: 1 addition & 0 deletions 6KGN/===
@@ -0,0 +1 @@
Anchor for empty node
4 changes: 4 additions & 0 deletions 6KGN/in.json
@@ -0,0 +1,4 @@
{
"a": null,
"b": null
}
3 changes: 3 additions & 0 deletions 6KGN/in.yaml
@@ -0,0 +1,3 @@
---
a: &anchor
b: *anchor
3 changes: 3 additions & 0 deletions 6KGN/out.yaml
@@ -0,0 +1,3 @@
---
a: &anchor
b: *anchor
10 changes: 10 additions & 0 deletions 6KGN/test.event
@@ -0,0 +1,10 @@
+STR
+DOC ---
+MAP
=VAL :a
=VAL &anchor :
=VAL :b
=ALI *anchor
-MAP
-DOC
-STR
1 change: 1 addition & 0 deletions Y2GN/===
@@ -0,0 +1 @@
Anchor with colon in the middle
3 changes: 3 additions & 0 deletions Y2GN/in.json
@@ -0,0 +1,3 @@
{
"key": "value"
}
2 changes: 2 additions & 0 deletions Y2GN/in.yaml
@@ -0,0 +1,2 @@
---
key: &an:chor value
2 changes: 2 additions & 0 deletions Y2GN/out.yaml
@@ -0,0 +1,2 @@
---
key: &an:chor value
8 changes: 8 additions & 0 deletions Y2GN/test.event
@@ -0,0 +1,8 @@
+STR
+DOC ---
+MAP
=VAL :key
=VAL &an:chor :value
-MAP
-DOC
-STR
1 change: 1 addition & 0 deletions meta/4EJS.label
1 change: 1 addition & 0 deletions meta/6KGN.label
1 change: 1 addition & 0 deletions meta/Y2GN.label
1 change: 1 addition & 0 deletions name/anchor-for-empty-node
1 change: 1 addition & 0 deletions name/anchor-with-colon-in-the-middle
1 change: 1 addition & 0 deletions name/invalid-tabs-as-indendation-in-a-mapping
1 change: 1 addition & 0 deletions tags/alias/6KGN
1 change: 1 addition & 0 deletions tags/anchor/6KGN
1 change: 1 addition & 0 deletions tags/anchor/Y2GN
1 change: 1 addition & 0 deletions tags/error/4EJS
1 change: 1 addition & 0 deletions tags/mapping/4EJS
1 change: 1 addition & 0 deletions tags/whitespace/4EJS

0 comments on commit 8ea8f8c

Please sign in to comment.