diff options
| author | Julie Qiu <julie@golang.org> | 2021-04-27 23:06:34 -0400 |
|---|---|---|
| committer | Julie Qiu <julie@golang.org> | 2021-04-29 16:48:38 +0000 |
| commit | 1006123e19ea9f4eacfd95cd44ff938e6e4dcc46 (patch) | |
| tree | e4d7f55ab2344f25236382da8e2926f79f75f22d /internal/testing | |
| parent | bf8ef1cf544a1a04f8cd34488e0d7c9855591e36 (diff) | |
| download | go-x-pkgsite-1006123e19ea9f4eacfd95cd44ff938e6e4dcc46.tar.xz | |
internal: add integration test for v3 module for symbols
For golang/go#37102
Change-Id: Idf5b5ace37e2373874069e65b2e0dfd859b5eda9
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/314539
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'internal/testing')
| -rw-r--r-- | internal/testing/integration/frontend_symbol_test.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/testing/integration/frontend_symbol_test.go b/internal/testing/integration/frontend_symbol_test.go index f1a058cd..82420994 100644 --- a/internal/testing/integration/frontend_symbol_test.go +++ b/internal/testing/integration/frontend_symbol_test.go @@ -52,6 +52,11 @@ func TestSymbols(t *testing.T) { "rsc.io/quote", "rsc.io/quote", }, + { + "test v3 module (rsc.io quote v3)", + "rsc.io/quote/v3", + "rsc.io/quote/v3", + }, } { t.Run(test.name, func(t *testing.T) { // Get api data. |
