font_awesome_icons
This unit test verifies that all Font Awesome icons are present in code, and that all quirk icons are valid.
Procs | |
load_parse_verify | Loads the Font Awesome CSS file, parses it into a list of icon names, and compares it to the list of icons in code. If there are any differences, note them. |
---|---|
parse_fa_css_into_icon_list | Parses the given Font Awesome CSS file into a list of icon names. |
verify_quirk_icons | Verifies that all quirk icons are valid. |
Proc Details
load_parse_verify
Loads the Font Awesome CSS file, parses it into a list of icon names, and compares it to the list of icons in code. If there are any differences, note them.
parse_fa_css_into_icon_list
Parses the given Font Awesome CSS file into a list of icon names.
verify_quirk_icons
Verifies that all quirk icons are valid.