T
T. Onoma
the following produces an error, but it will work if the two text lines are
not indented. shouldn't '|' allow it to work regardless? (BTW: I'm using
load_documents, not load)
--- |
this is a test
of this problem
---
text:
background-color: blue
insert_table:
font-size: 6pt
general:
background: yellow
Here's the error:
/usr/lib/ruby/1.8/yaml.rb:165:in `load_documents': parse error on line 5, col
0: `---' (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:165:in `each_document'
from /usr/lib/ruby/1.8/yaml.rb:180:in `load_documents'
not indented. shouldn't '|' allow it to work regardless? (BTW: I'm using
load_documents, not load)
--- |
this is a test
of this problem
---
text:
background-color: blue
insert_table:
font-size: 6pt
general:
background: yellow
Here's the error:
/usr/lib/ruby/1.8/yaml.rb:165:in `load_documents': parse error on line 5, col
0: `---' (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:165:in `each_document'
from /usr/lib/ruby/1.8/yaml.rb:180:in `load_documents'