From 04a1dd1c175cb0fc18419e0261f99bf35199ab59 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 11 Sep 2025 18:05:21 +0200 Subject: Add regression test for literal search on paths --- tests/rustdoc-js/literal-path.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/rustdoc-js/literal-path.rs (limited to 'tests/rustdoc-js/literal-path.rs') diff --git a/tests/rustdoc-js/literal-path.rs b/tests/rustdoc-js/literal-path.rs new file mode 100644 index 00000000000..fa7685fd966 --- /dev/null +++ b/tests/rustdoc-js/literal-path.rs @@ -0,0 +1,7 @@ +pub mod some { + pub struct Path; +} + +pub mod somea { + pub struct Path; +} -- cgit 1.4.1-3-g733a5