This commit is contained in:
Joe Mooring 2024-04-17 05:57:00 -07:00 committed by GitHub
parent eace2624aa
commit e59a8805b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@ action:
Use `strings.Diff` to compare two strings and render a highlighted diff:
```go-html-template
{{ $want = `
{{ $want := `
<p>The product of 6 and 7 is 42.</p>
<p>The product of 7 and 6 is 42.</p>
`}}
{{ $got = `
{{ $got := `
<p>The product of 6 and 7 is 42.</p>
<p>The product of 7 and 6 is 13.</p>
`}}