diff options
| -rw-r--r-- | test/test_parsers/test_rst/test_directives/subdocs/funny_ filename.txt (renamed from test/test_parsers/test_rst/test_directives/subdocs/*funny*-filename.txt) | 0 | ||||
| -rwxr-xr-x | test/test_parsers/test_rst/test_directives/test_subdocs.py | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test_parsers/test_rst/test_directives/subdocs/*funny*-filename.txt b/test/test_parsers/test_rst/test_directives/subdocs/funny_ filename.txt index 83b25b58a..83b25b58a 100644 --- a/test/test_parsers/test_rst/test_directives/subdocs/*funny*-filename.txt +++ b/test/test_parsers/test_rst/test_directives/subdocs/funny_ filename.txt diff --git a/test/test_parsers/test_rst/test_directives/test_subdocs.py b/test/test_parsers/test_rst/test_directives/test_subdocs.py index 0f577a6ad..048afbad1 100755 --- a/test/test_parsers/test_rst/test_directives/test_subdocs.py +++ b/test/test_parsers/test_rst/test_directives/test_subdocs.py @@ -136,11 +136,11 @@ totest['subdocs'] = [ .. docset-root:: %(docset-root)s .. subdocs:: - * *funny*-filename.txt + * funny_ filename.txt """ % paths, """\ <document docset_root="%(docset-root)s" source="test data"> - <section ids="document-with-a-funny-filename" names="document\\ with\\ a\\ funny\\ filename" source="%(*funny*-filename.txt)s"> + <section ids="document-with-a-funny-filename" names="document\\ with\\ a\\ funny\\ filename" source="%(funny_ filename.txt)s"> <title> Document With a Funny Filename <paragraph> |
