diff options
Diffstat (limited to 'tests/rustdoc-js-std/path-end-empty.js')
| -rw-r--r-- | tests/rustdoc-js-std/path-end-empty.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rustdoc-js-std/path-end-empty.js b/tests/rustdoc-js-std/path-end-empty.js new file mode 100644 index 00000000000..6e853c61b4d --- /dev/null +++ b/tests/rustdoc-js-std/path-end-empty.js @@ -0,0 +1,6 @@ +const EXPECTED = { + 'query': 'Option::', + 'others': [ + { 'path': 'std::option::Option', 'name': 'get_or_insert_default' }, + ], +} |
