diff options
Diffstat (limited to 'Tests/CMakeLib/testRSTmod.cmake')
-rw-r--r-- | Tests/CMakeLib/testRSTmod.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testRSTmod.cmake b/Tests/CMakeLib/testRSTmod.cmake index dfa793d..8b807a6 100644 --- a/Tests/CMakeLib/testRSTmod.cmake +++ b/Tests/CMakeLib/testRSTmod.cmake @@ -2,3 +2,10 @@ # CMake Module Content #.rst: # More CMake Module Content +#[[.rst: +Bracket Comment Content +# not part of content]] # not part of content +#[=[.rst: +[ +Bracket Comment Content +]]=] # not part of content |