Mask trailing whitespace in test sample.
commit0ada598e59fa8576d8eeb7b4ff38fe4d16fe4fd5
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 6 May 2024 08:32:22 +0000 (6 08:32 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 6 May 2024 08:32:22 +0000 (6 08:32 +0000)
tree60e746f46823fa63ee36b022f148a83a6d884aaf
parent5917bbce429f40d65c673e87a24100db776674cd
Mask trailing whitespace in test sample.

Use Python string-escapes (`` \n\``) to mask a trailing whitespace in a
"manpage" writer output sample.

-1 one cannot use raw strings and must escape all literal backslashs.
+1 allows removing all trailing whitespace with a simple script
   to avoid spurious whitespace in the repository.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9689 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/test/test_writers/test_manpage.py