|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62464 - trunk/tools/quickbook/test
From: daniel_james_at_[hidden]
Date: 2010-06-06 03:19:47
Author: danieljames
Date: 2010-06-06 03:19:46 EDT (Sun, 06 Jun 2010)
New Revision: 62464
URL: http://svn.boost.org/trac/boost/changeset/62464
Log:
Test spaces around inline code. Fixes #1176
This was fixed some time ago, just confirming.
Text files modified:
trunk/tools/quickbook/test/code-snippet.gold | 4 ++++
trunk/tools/quickbook/test/code-snippet.quickbook | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
Modified: trunk/tools/quickbook/test/code-snippet.gold
==============================================================================
--- trunk/tools/quickbook/test/code-snippet.gold (original)
+++ trunk/tools/quickbook/test/code-snippet.gold 2010-06-06 03:19:46 EDT (Sun, 06 Jun 2010)
@@ -16,5 +16,9 @@
<phrase role="special">}</phrase></code>, should be properly formatted and
not glued to the surrounding text.
</para>
+ <para>
+ There shoud be no spacees around (<code><phrase role="keyword">this</phrase></code>),
+ and spaces around <code><phrase role="keyword">this</phrase></code> code.
+ </para>
</section>
</article>
Modified: trunk/tools/quickbook/test/code-snippet.quickbook
==============================================================================
--- trunk/tools/quickbook/test/code-snippet.quickbook (original)
+++ trunk/tools/quickbook/test/code-snippet.quickbook 2010-06-06 03:19:46 EDT (Sun, 06 Jun 2010)
@@ -7,4 +7,6 @@
value = 0; }`, should be properly formatted and not glued to the surrounding
text.
+There shoud be no spacees around (`this`), and spaces around `this` code.
+
[endsect]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk