* docutils/parsers/rst/states.py: Allow embedded colons in field list field names...
commitfe2005b0d05eefadda7d7f647dc4ce8c18dae543
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 16 Aug 2017 21:40:24 +0000 (16 21:40 +0000)
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Wed, 16 Aug 2017 21:40:24 +0000 (16 21:40 +0000)
treeb41bea0ebbe118e3aa13bb379f4d6e4a88d16f85
parentd2abfcd069111b4fc76b5794a31253d143c1a736
* docutils/parsers/rst/states.py: Allow embedded colons in field list field names (also updated docs/ref/rst/restructuredtext.txt).
* docutils/parsers/rst/directives/html.py: [Fix for bug 281:] Allow backslash-escaped colons in meta directive field list field names (also updated docs/dev/todo.txt).
* Added tests for the above.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8169 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/HISTORY.txt
docutils/docs/ref/rst/restructuredtext.txt
docutils/docutils/parsers/rst/directives/html.py
docutils/docutils/parsers/rst/states.py
docutils/test/test_parsers/test_rst/test_directives/test_meta.py
docutils/test/test_parsers/test_rst/test_field_lists.py