commit 07380a3bc167f6479a6c0c7a639e703d2eedeb9c
Author: Thibaut Cuvelier <[email protected]>
Date:   Thu Sep 1 00:14:41 2022 +0200

    DocBook: add missing test case for index
---
 autotests/export/docbook/index_nesting.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/autotests/export/docbook/index_nesting.xml 
b/autotests/export/docbook/index_nesting.xml
new file mode 100644
index 0000000..e80244e
--- /dev/null
+++ b/autotests/export/docbook/index_nesting.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This DocBook file was created by LyX 2.4.0dev
+  See https://www.lyx.org/ for more information -->
+<article xml:lang="en_US" xmlns="http://docbook.org/ns/docbook"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:m="http://www.w3.org/1998/Math/MathML"; 
xmlns:xi="http://www.w3.org/2001/XInclude"; version="5.2">
+<title>Index nesting tests</title>
+<para><indexterm><primary>A</primary></indexterm></para>
+<para><indexterm><primary>A</primary><secondary>B</secondary></indexterm></para>
+<para><indexterm><primary>A</primary><secondary>B</secondary><tertiary>C</tertiary></indexterm></para>
+<para><indexterm><primary>A</primary><secondary>D</secondary></indexterm></para>
+<para><indexterm><primary>E</primary><secondary>F</secondary></indexterm></para>
+</article>
\ No newline at end of file
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to