Comment #29 on issue 1495 by robotframew...@gmail.com: Add plain text syntax support into ReST parser
http://code.google.com/p/robotframework/issues/detail?id=1495

This issue was updated by revision 2267f340a455.

Noticed that escaping is done differently with different reST parsers and
added tests to verify it.

The old parser requires double escaping because `\` is an escape character
both in Robot and in reST. For example, Windows paths need to be given like
`C:\\\\temp` and newline is `\\n`.

With the new parser normal escaping is enough. Windows paths look like
`C:\\Temp` and newline is `\n`.

These differences need to be documented in the User Guide. I'm currently
enhancing the docs related to reST parsing in general and I'll take care of
that too.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to