@@ -77,7 +77,7 @@ See [YAMLEqBytes](https://pkg.go.dev/github.com/go-openapi/testify/v2/assert#YAM
7777| --| --|
7878| [ ` assertions.YAMLEq(t T, expected string, actual string, msgAndArgs ...any) bool ` ] ( https://pkg.go.dev/github.com/go-openapi/testify/v2/internal/assertions#YAMLEq ) | internal implementation |
7979
80- ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLEq] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L79 )
80+ ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLEq] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L78 )
8181{{% /tab %}}
8282{{< /tabs >}}
8383
@@ -148,7 +148,7 @@ For dynamic redaction of the input text via a callback, use [YAMLEqT](https://pk
148148| --| --|
149149| [ ` assertions.YAMLEqBytes(t T, expected []byte, actual []byte, msgAndArgs ...any) bool ` ] ( https://pkg.go.dev/github.com/go-openapi/testify/v2/internal/assertions#YAMLEqBytes ) | internal implementation |
150150
151- ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLEqBytes] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L48 )
151+ ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLEqBytes] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L47 )
152152{{% /tab %}}
153153{{< /tabs >}}
154154
@@ -192,7 +192,7 @@ NOTE: passed values (expected, actual) may be wrapped as functions to redact the
192192| --| --|
193193| [ ` assertions.YAMLEqT[EDoc, ADoc RText](t T, expected EDoc, actual ADoc, msgAndArgs ...any) bool ` ] ( https://pkg.go.dev/github.com/go-openapi/testify/v2/internal/assertions#YAMLEqT ) | internal implementation |
194194
195- ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLEqT] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L100 )
195+ ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLEqT] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L99 )
196196{{% /tab %}}
197197{{< /tabs >}}
198198
@@ -247,7 +247,7 @@ NOTE: passed expected value may be wrapped as a function to redact the input tex
247247| --| --|
248248| [ ` assertions.YAMLMarshalAsT[EDoc RText](t T, expected EDoc, object any, msgAndArgs ...any) bool ` ] ( https://pkg.go.dev/github.com/go-openapi/testify/v2/internal/assertions#YAMLMarshalAsT ) | internal implementation |
249249
250- ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLMarshalAsT] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L171 )
250+ ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLMarshalAsT] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L170 )
251251{{% /tab %}}
252252{{< /tabs >}}
253253
@@ -304,7 +304,7 @@ NOTE: passed yamlDoc value may be wrapped as a function to redact the input text
304304| --| --|
305305| [ ` assertions.YAMLUnmarshalAsT[Object any, ADoc RText](t T, expected Object, yamlDoc ADoc, msgAndArgs ...any) bool ` ] ( https://pkg.go.dev/github.com/go-openapi/testify/v2/internal/assertions#YAMLUnmarshalAsT ) | internal implementation |
306306
307- ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLUnmarshalAsT] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L134 )
307+ ** Source:** [ github.com/go-openapi/testify/v2/internal/assertions#YAMLUnmarshalAsT] ( https://github.com/go-openapi/testify/blob/master/internal/assertions/yaml.go#L133 )
308308{{% /tab %}}
309309{{< /tabs >}}
310310
0 commit comments