Skip to content

Commit

Permalink
add missing keys: complex-key and explicit-key
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Jun 1, 2024
1 parent ccfa74e commit 2e9fe50
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/6PBE.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Zero-indented sequences in explicit mapping keys
from: '@perlpunk'
tags: explicit-key mapping sequence
tags: explicit-key mapping sequence complex-key
yaml: |
---
?
Expand Down
2 changes: 1 addition & 1 deletion src/9MMW.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Single Pair Implicit Entries
from: '@perlpunk, Spec Example 7.21'
tags: flow mapping sequence
tags: flow mapping sequence complex-key
yaml: |
- [ YAML : separate ]
- [ "JSON like":adjacent ]
Expand Down
2 changes: 1 addition & 1 deletion src/KK5P.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Various combinations of explicit block mappings
from: '@perlpunk'
tags: explicit-key mapping sequence
tags: explicit-key mapping sequence complex-key
yaml: |
complex1:
? - a
Expand Down
2 changes: 1 addition & 1 deletion src/M2N8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Question mark edge cases
from: '@ingydotnet'
tags: edge empty-key
tags: edge empty-key complex-key explicit-key
yaml: |
- ? : x
tree: |
Expand Down
2 changes: 1 addition & 1 deletion src/RZP5.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Various Trailing Comments [1.3]
from: XW4D, modified for YAML 1.3
tags: anchor comment folded mapping 1.3-mod
tags: anchor comment folded mapping 1.3-mod complex-key explicit-key
yaml: |
a: "double
quotes" # lala
Expand Down
2 changes: 1 addition & 1 deletion src/XW4D.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Various Trailing Comments
from: '@perlpunk'
tags: comment explicit-key folded 1.3-err
tags: comment explicit-key folded 1.3-err complex-key explicit-key
yaml: |
a: "double
quotes" # lala
Expand Down

0 comments on commit 2e9fe50

Please sign in to comment.