blob: c84c5889397512251c6b7a3ebab26d7240cfe1ed [file] [log] [blame]
# Copyright 2021 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
#
# This file contains test scripts for symbol search.
Same symbol appears multiple times in one package.
Foo
FOO github.com/julieqiu/api-demo
FoO github.com/julieqiu/api-demo
Foo github.com/julieqiu/api-demo
Prefer symbols by popularity, then alphabetically
Add
Float.Add math/big
Int.Add math/big
Rat.Add math/big
Registry.Add github.com/go-openapi/strfmt
Add math/bits
Search for package path element and symbol.
math Add
Float.Add math/big
Int.Add math/big
Rat.Add math/big
Add math/bits
Search for package path element with slash and symbol.
math/big Add
Float.Add math/big
Int.Add math/big
Rat.Add math/big
Search for <package path>.<symbol>.
math/big.Float
Float math/big
Search for <package name>.<symbol>.
big.Float
Float math/big