summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-02 14:54:10 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-02 14:54:10 (GMT)
commit2043a86b6a25cfbd97a3d9cbbe3ccbf60d423276 (patch)
tree3d6812e1e8b7ca33dd8d2358e9a4b29ebab655cf /Tests
parent5b838ed38347cb867acaee3f1ec706abfb648e64 (diff)
parent450b515ad0e94155061e3a9d43fcbab53bf7ac80 (diff)
downloadCMake-2043a86b6a25cfbd97a3d9cbbe3ccbf60d423276.zip
CMake-2043a86b6a25cfbd97a3d9cbbe3ccbf60d423276.tar.gz
CMake-2043a86b6a25cfbd97a3d9cbbe3ccbf60d423276.tar.bz2
Merge topic 'doc-rst-note-and-productionlist'
450b515 cmRST: Add support for the note and productionlist directives
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLib/testRST.expect7
-rw-r--r--Tests/CMakeLib/testRST.rst7
2 files changed, 14 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testRST.expect b/Tests/CMakeLib/testRST.expect
index 744cb88..fa436cb 100644
--- a/Tests/CMakeLib/testRST.expect
+++ b/Tests/CMakeLib/testRST.expect
@@ -76,6 +76,13 @@ or after a paragraph ending in two colons::
but not after a line ending in two colons::
in the middle of a paragraph.
+.. productionlist::
+ grammar: `production`
+ production: "content rendered"
+
+.. note::
+ Notes are called out.
+
substituted text with multiple lines becomes one line
End of first include.
diff --git a/Tests/CMakeLib/testRST.rst b/Tests/CMakeLib/testRST.rst
index 5cb6d91..54952dd 100644
--- a/Tests/CMakeLib/testRST.rst
+++ b/Tests/CMakeLib/testRST.rst
@@ -83,6 +83,13 @@ or after a paragraph ending in two colons::
but not after a line ending in two colons::
in the middle of a paragraph.
+.. productionlist::
+ grammar: `production`
+ production: "content rendered"
+
+.. note::
+ Notes are called out.
+
.. |substitution| replace::
|nested substitution|
with multiple lines becomes one line