AnantLabs / xerial

Automatically exported from code.google.com/p/xerial
0 stars 0 forks source link

Multi-line text data format specifier for describing text data whose line break chars are significant #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe a summary of the new feature (in a paragraph):

-message:>
Hello World.
Nice to meet you.

This silk data is interpreted as follows:
{"message":"Hello World.\nNice to meet you.\n"}

Please provide any additional information below:

Original issue reported on code.google.com by taroleo on 13 Oct 2009 at 7:21

GoogleCodeExporter commented 9 years ago
changed to use >> instead of :>
-message>>
Hello World.
Nice to meet you.

This silk data is interpreted as follows:
{"message":"Hello World.\nNice to meet you.\n"}

Original comment by taroleo on 13 Oct 2009 at 7:56

GoogleCodeExporter commented 9 years ago
fixed in revision 3635. Also needs update of documentation

Original comment by taroleo on 13 Oct 2009 at 8:24

GoogleCodeExporter commented 9 years ago
done.

Original comment by taroleo on 13 Oct 2009 at 8:30