summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-04-18 13:47:38 +0200
committerPaul Wicking <paul.wicking@qt.io>2024-04-18 15:03:13 +0200
commit3258d378308886dbcc50fa4b8ab4b7abe7499a4a (patch)
treea10f9c6eb0797448b2f6a7f398b317f4ea7bc62b /src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc
parent5aaa1b0b26ddcdbe0a27e7560975e5c7787b790d (diff)
QDoc: Add structure to E2E test data
Ensure that test data is properly separated from test configuration and expected output by moving test data into a `src` subdirectory. This has an added benefit of ensuring uniform structure for all test cases. Task-number: QTBUG-119500 Change-Id: Iea8bc1d84f1b80b6b7f77a23330793d4cfa78891 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc')
-rw-r--r--src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc b/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc
new file mode 100644
index 000000000..a64605b87
--- /dev/null
+++ b/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/some_example.qdoc
@@ -0,0 +1,8 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \example someexample
+ \title QDoc: some example
+ \ingroup illformatted-examples-qml
+*/