YAML document with delimiters

Yaml code posted
created at 08 Feb 09:55, updated at 17 Feb 14:41

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
einLabel:
  - [$box, bind, box]
  - [this, within, $box]
  - [:n, neighbor, this]
  - [.text, matches, ['Employer identification number', i]]
ein:
  - [$lbl, bind, ::einLabel]
  - [this, within, $lbl:$box]
  - [this, below, $lbl]
  - [:n, [neighbor, right], this]
  - [.text, matches, .*]
298 Bytes in 2 ms with coderay