From cf7da1843c45a4c2df7a749f7886a2d2ba0ee92a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:25:40 +0200 Subject: Adding upstream version 7.2.6. Signed-off-by: Daniel Baumann --- tests/roots/test-search/conf.py | 2 ++ tests/roots/test-search/index.rst | 30 ++++++++++++++++++++++++++++++ tests/roots/test-search/nosearch.rst | 7 +++++++ tests/roots/test-search/tocitem.rst | 17 +++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 tests/roots/test-search/conf.py create mode 100644 tests/roots/test-search/index.rst create mode 100644 tests/roots/test-search/nosearch.rst create mode 100644 tests/roots/test-search/tocitem.rst (limited to 'tests/roots/test-search') diff --git a/tests/roots/test-search/conf.py b/tests/roots/test-search/conf.py new file mode 100644 index 0000000..8613f5f --- /dev/null +++ b/tests/roots/test-search/conf.py @@ -0,0 +1,2 @@ +exclude_patterns = ['_build'] +html_search_language = 'en' diff --git a/tests/roots/test-search/index.rst b/tests/roots/test-search/index.rst new file mode 100644 index 0000000..fc2298b --- /dev/null +++ b/tests/roots/test-search/index.rst @@ -0,0 +1,30 @@ +meta keywords +============= + +.. meta:: + :keywords lang=en: findthiskey, thistoo, notgerman + :keywords: thisonetoo + :keywords lang=de: onlygerman, onlytoogerman + :description: thisnoteither + +Stemmer +======= + +bat +findthisstemmedkey + +textinheading + +International + +.. toctree:: + + tocitem + +.. raw:: html + + rawword" + +.. raw:: latex + + latex_keyword diff --git a/tests/roots/test-search/nosearch.rst b/tests/roots/test-search/nosearch.rst new file mode 100644 index 0000000..4f79575 --- /dev/null +++ b/tests/roots/test-search/nosearch.rst @@ -0,0 +1,7 @@ +:nosearch: + +nosearch +======== + +bat +latex diff --git a/tests/roots/test-search/tocitem.rst b/tests/roots/test-search/tocitem.rst new file mode 100644 index 0000000..98a1dc7 --- /dev/null +++ b/tests/roots/test-search/tocitem.rst @@ -0,0 +1,17 @@ +heading 1 +========= + +lorem ipsum + +bat + +textinheading +============= + +lorem ipsum + +可以查看 FAQ 模块中 Chinesetest 部分 + +模块中 CAS service部分 + +可以Chinesetesttwo查看 -- cgit v1.2.3