Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing tags: complex-key and explicit-key #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/C2SP.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Flow Mapping Key on two lines
from: '@perlpunk'
tags: error flow mapping
tags: error flow mapping complex-key
fail: true
yaml: |
[23
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