Skip to content

Commit 2e9fe50

Browse files
committed
add missing keys: complex-key and explicit-key
1 parent ccfa74e commit 2e9fe50

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/6PBE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Zero-indented sequences in explicit mapping keys
33
from: '@perlpunk'
4-
tags: explicit-key mapping sequence
4+
tags: explicit-key mapping sequence complex-key
55
yaml: |
66
---
77
?

src/9MMW.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Single Pair Implicit Entries
33
from: '@perlpunk, Spec Example 7.21'
4-
tags: flow mapping sequence
4+
tags: flow mapping sequence complex-key
55
yaml: |
66
- [ YAML : separate ]
77
- [ "JSON like":adjacent ]

src/KK5P.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Various combinations of explicit block mappings
33
from: '@perlpunk'
4-
tags: explicit-key mapping sequence
4+
tags: explicit-key mapping sequence complex-key
55
yaml: |
66
complex1:
77
? - a

src/M2N8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Question mark edge cases
33
from: '@ingydotnet'
4-
tags: edge empty-key
4+
tags: edge empty-key complex-key explicit-key
55
yaml: |
66
- ? : x
77
tree: |

src/RZP5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Various Trailing Comments [1.3]
33
from: XW4D, modified for YAML 1.3
4-
tags: anchor comment folded mapping 1.3-mod
4+
tags: anchor comment folded mapping 1.3-mod complex-key explicit-key
55
yaml: |
66
a: "double
77
quotes" # lala

src/XW4D.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Various Trailing Comments
33
from: '@perlpunk'
4-
tags: comment explicit-key folded 1.3-err
4+
tags: comment explicit-key folded 1.3-err complex-key explicit-key
55
yaml: |
66
a: "double
77
quotes" # lala

0 commit comments

Comments
 (0)