summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-08-13 15:07:59 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-08-19 12:40:18 +0200
commite64ee1f40853220186cbd6f37972905e3b4fb613 (patch)
tree8e230fa557df80f709aa8cfd4e792a14cbfc88aa /tests/auto/qdoc/generatedoutput/testdata
parent8da588070a19e128aaf327d13c91524a45db6d07 (diff)
QDoc: Update expected output test
Add most of the commands that aren't tested. Task-number: QTBUG-71176 Change-Id: I748250ecfa390f8d71b702077e9cbce836dd964c Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testdata')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/outputfromqdocfiles/qdoctests-outputfromqdocfiles.qdoc112
1 files changed, 111 insertions, 1 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/outputfromqdocfiles/qdoctests-outputfromqdocfiles.qdoc b/tests/auto/qdoc/generatedoutput/testdata/outputfromqdocfiles/qdoctests-outputfromqdocfiles.qdoc
index 36d85fb35..c17a5810b 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/outputfromqdocfiles/qdoctests-outputfromqdocfiles.qdoc
+++ b/tests/auto/qdoc/generatedoutput/testdata/outputfromqdocfiles/qdoctests-outputfromqdocfiles.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -105,3 +105,113 @@
\li \l {Table of Contents}
\endlist
*/
+
+/*!
+ \page qdoctests-qdocfileoutput-exhaustive.html
+ \title Exhaustive testing of QDoc commands
+ \brief This page is a dumping ground for QDoc commands under test.
+
+ \section1 This is a section1
+ \section2 This is a section2
+ \section3 This is a section3
+ \section4 This is a section4
+ \endsection4
+ \endsection3
+ \endsection2
+ \endsection1
+
+ \badcode
+ This is bad code
+ \endcode
+
+ This text should have a line break riiiiight \br noooow.
+
+ \b{All your text belong to bold}
+ ...And this is an examble of only \b bold being, well, bold.
+
+ \dots
+
+ \js
+ // If I knew JavaScript, this is where I would write it.
+ \endjs
+
+ \qmltext
+ And if I knew qmltext, I guess this is where that would go.
+ \endqmltext
+
+ \caption This a caption
+
+ \legalese
+ Lorem legal ipsum
+ \endlegalese
+
+ \footnote
+ This is where I put my footnotes.
+ \endfootnote
+
+ \link
+ https://www.qt.io
+ \endlink
+
+ \quotation
+ This is a quotation.
+ \endquotation
+
+ \raw HTML
+ <html><body>This is <b>raw</b>. Like the <h1>Eddie Murphy</h1> movie. Just not as funny.</body></html>
+ \endraw
+
+ \sidebar
+ Look, ma! I made a sidebar!
+ \endsidebar
+
+ \table
+ \row \li Table item in a table row
+ \row \li Another item in a different row
+ \endtable
+
+ \granularity
+
+ \important This is really important.
+
+ \oldcode
+ This is old code.
+ \newcode
+ This is new and shiny!
+ \endcode
+
+ \note The code above doesn't compile
+
+ \hr
+
+ \warning The following commands have yet to be tested:
+ sincelist
+ header
+ index
+ topicref // or just don’t care, remove it
+ image
+ inlineimage
+ printline
+ printto
+ printuntil // what’s the difference between printto and printuntil???
+ quotefile
+ quotefromfile
+ quotefunction
+ skipline
+ skipto
+ skipuntil
+ span
+ snippet
+ codeline
+ overload
+ sub
+ sup
+ tableofcontents
+ tt
+ uicontrol
+ endmapref
+ endomit
+ underline
+ unicode
+
+*/