Sha256: b3f715b99e1e8b788773ccac111bc0bf63b3e9c539cdea127a5dde8c282a9a56

Contents?: true

Size: 458 Bytes

Versions: 8

Compression:

Stored size: 458 Bytes

Contents

# invalid meta info: no hash
- |
  ---
  doit
  ---
  asdf kadsfakl

# invalid meta info: not in yaml format
- |
  ---
  - doit
  : * [ }
  ---
  asdf kadsfakl

# no block specified
- |
  ---
  doit: now

# two blocks without name
- |
  asdf adkfsdf
  asddkfjsf
  ---
  asdkf adfjlksdf

# two blocks with same name
- |
  aasdf
  asdfdf
  --- name
  asdkf dsaf
  --- name
  asdf adsf

# invalid format
- |
  asdfasd
  dfdf
  --- name, incorrect_format
  lsldf

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
webgen-0.4.0 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.2 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.1 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.4 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.5 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.3 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.6 test/fixtures/tc_content/incorrect.yaml
webgen-0.4.7 test/fixtures/tc_content/incorrect.yaml