Simple include test.
[SVN r59527]
This commit is contained in:
parent
09d287b369
commit
856691d124
@ -25,6 +25,7 @@ test-suite quickbook.test :
|
||||
[ 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 ]
|
||||
|
5
test/include-sub.quickbook
Normal file
5
test/include-sub.quickbook
Normal file
@ -0,0 +1,5 @@
|
||||
[section:test Test]
|
||||
|
||||
Just testing.
|
||||
|
||||
[endsect]
|
14
test/include.gold
Normal file
14
test/include.gold
Normal file
@ -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>
|
6
test/include.quickbook
Normal file
6
test/include.quickbook
Normal file
@ -0,0 +1,6 @@
|
||||
[article Include Test
|
||||
[quickbook 1.5]
|
||||
[id include-test]
|
||||
]
|
||||
|
||||
[include include-sub.quickbook]
|
Loading…
Reference in New Issue
Block a user