Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59527 - trunk/tools/quickbook/test
From: daniel_james_at_[hidden]
Date: 2010-02-06 10:12:55


Author: danieljames
Date: 2010-02-06 10:12:55 EST (Sat, 06 Feb 2010)
New Revision: 59527
URL: http://svn.boost.org/trac/boost/changeset/59527

Log:
Simple include test.
Added:
   trunk/tools/quickbook/test/include-sub.quickbook (contents, props changed)
   trunk/tools/quickbook/test/include.gold (contents, props changed)
   trunk/tools/quickbook/test/include.quickbook (contents, props changed)
Text files modified:
   trunk/tools/quickbook/test/Jamfile.v2 | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/tools/quickbook/test/Jamfile.v2
==============================================================================
--- trunk/tools/quickbook/test/Jamfile.v2 (original)
+++ trunk/tools/quickbook/test/Jamfile.v2 2010-02-06 10:12:55 EST (Sat, 06 Feb 2010)
@@ -25,6 +25,7 @@
     [ quickbook-test templates_1_5 ]
     #[ quickbook-test xinclude ]
     [ quickbook-test import ]
+ [ quickbook-test include ]
     [ quickbook-test section_1_4 ]
     [ quickbook-test section_1_5 ]
     [ quickbook-test heading ]

Added: trunk/tools/quickbook/test/include-sub.quickbook
==============================================================================
--- (empty file)
+++ trunk/tools/quickbook/test/include-sub.quickbook 2010-02-06 10:12:55 EST (Sat, 06 Feb 2010)
@@ -0,0 +1,5 @@
+[section:test Test]
+
+Just testing.
+
+[endsect]
\ No newline at end of file

Added: trunk/tools/quickbook/test/include.gold
==============================================================================
--- (empty file)
+++ trunk/tools/quickbook/test/include.gold 2010-02-06 10:12:55 EST (Sat, 06 Feb 2010)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<article id="include-test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>Include Test</title>
+ <articleinfo>
+ </articleinfo>
+ <section id="include_test.test">
+ <title><link linkend="include_test.test"> Test</link></title>
+ <para>
+ Just testing.
+ </para>
+ </section>
+</article>

Added: trunk/tools/quickbook/test/include.quickbook
==============================================================================
--- (empty file)
+++ trunk/tools/quickbook/test/include.quickbook 2010-02-06 10:12:55 EST (Sat, 06 Feb 2010)
@@ -0,0 +1,6 @@
+[article Include Test
+ [quickbook 1.5]
+ [id include-test]
+]
+
+[include include-sub.quickbook]
\ No newline at end of file


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