Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertHTML ¶
AssertHTML compares two HTML strings, ignoring whitespace and case sensitivity. It does this by:
- Lower-casing both strings.
- Removing all whitespace characters (spaces, newlines, tabs, carriage returns).
- Comparing the resulting strings using the `assert.Equal` function from the testing package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.