diff options
Diffstat (limited to 'Tests/CMakeLib/testRST.expect')
-rw-r--r-- | Tests/CMakeLib/testRST.expect | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testRST.expect b/Tests/CMakeLib/testRST.expect index 28981bf..9bd0ca4 100644 --- a/Tests/CMakeLib/testRST.expect +++ b/Tests/CMakeLib/testRST.expect @@ -53,6 +53,23 @@ More CMake Module Content endif() # |not replaced in literal| +A literal block starts after a line consisting of two colons + +:: + + Literal block. + Common Indentation Removed + # |not replaced in literal| + +or after a paragraph ending in two colons:: + + Literal block. + Common Indentation Removed + # |not replaced in literal| + +but not after a line ending in two colons:: +in the middle of a paragraph. + substituted text with multiple lines becomes one line End of first include. |