diff options
Diffstat (limited to 'tests/rustdoc-js-std/const-is-nullary-func.js')
| -rw-r--r-- | tests/rustdoc-js-std/const-is-nullary-func.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rustdoc-js-std/const-is-nullary-func.js b/tests/rustdoc-js-std/const-is-nullary-func.js new file mode 100644 index 00000000000..e929741b038 --- /dev/null +++ b/tests/rustdoc-js-std/const-is-nullary-func.js @@ -0,0 +1,7 @@ +const EXPECTED = { + 'query': '-> char', + 'others': [ + { 'path': 'std::char', 'name': 'from_digit' }, + { 'path': 'std::char', 'name': 'MAX' }, + ], +} |
