9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
|
%YAML 1.1
|
||
|
---
|
||
|
!!map {
|
||
|
? !!str "First occurrence"
|
||
|
: &A !!str "Value",
|
||
|
? !!str "Second occurrence"
|
||
|
: *A
|
||
|
}
|