Problem with Anchors in YAML scanner?

Yaml code posted by murphy < RedMine forum
created at 14 Jun 17:55

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
production: &production
  type: xmpp4r
  jid: jbieber@webserver
  password: darkjohn
  host: webserver
  port: 5222
  ssl: false
  debug: false

test:
  type: mock

production:
  <<: *development
208 Bytes in 2 ms with coderay