You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
addresses:
- title: Google Inc.atoms:
- Google Inc.
- 1600 Amphitheatre Parkway
- Mountain Viewpostcode: CA 94043country: US
- title: Google Londonatoms:
- Google London
- Google UK Ltd
- Belgrave House
- 76 Buckingham Palace Road
- Londonpostcode: SW1W 9TQcountry: UK
I'm getting:
Error: hash not properly dedented, near "\n atoms:\n - Googl"
at Parser.expect (/mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/yaml/lib/yaml.js:179:9)
at Parser.parseHash (/mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/yaml/lib/yaml.js:280:12)
at Parser.parse (/mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/yaml/lib/yaml.js:239:19)
at Object.eval (/mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/yaml/lib/yaml.js:381:46)
at /mnt/hgfs/Code Folder/AddressFind/new_js/test.js:33:34
at /mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/jsdom/lib/jsdom.js:193:9
at /mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/jsdom/lib/jsdom.js:201:11
at Object.<anonymous> (/mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/jsdom/lib/jsdom/level2/events.js:290:17)
at Object.dispatchEvent (/mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/jsdom/lib/jsdom/level2/html.js:474:55)
at /mnt/hgfs/Code Folder/AddressFind/new_js/node_modules/jsdom/lib/jsdom/level2/html.js:61:15
Which is a shame. The YAML looks valid to me (and is happily parsed by the Perl YAML modules I'm using)
The text was updated successfully, but these errors were encountered:
Given
I'm getting:
Which is a shame. The YAML looks valid to me (and is happily parsed by the Perl YAML modules I'm using)
The text was updated successfully, but these errors were encountered: