package hqt
import "github.com/gohugoio/hugo/htesting/hqt"
Index ¶
Variables ¶
IsSameString asserts that two strings are equal. The two strings are normalized (whitespace removed) before doing a ==. Also note that two strings can be the same even if they're of different types.
IsSameType asserts that got is the same type as want.
Functions ¶
func DeepAllowUnexported ¶
DeepAllowUnexported creates an option to allow compare of unexported types in the given list of types. see https://github.com/google/go-cmp/issues/40#issuecomment-328615283
Source Files ¶
- Version
- v0.74.0
- Published
- Jul 13, 2020
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 3 hours ago –
Tools for package owners.