1..21 # tag() ok 1 - tag() returns an empty string with empty input ok 2 - tag() takes a tag as its first parameter ok 3 - tag() takes a boolean parameter as its third parameter ok 4 - tag() takes an array of options as its second parameters ok 5 - tag() takes a string of options as its second parameters ok 6 - tag() takes a boolean parameter as its third parameter # content_tag() ok 7 - content_tag() returns an empty string with empty input ok 8 - content_tag() returns an empty string with empty input ok 9 - content_tag() takes a content as its second parameter ok 10 - content_tag() takes a tag as its first parameter # cdata_section() ok 11 - cdata_section() returns a string wrapped into a CDATA section ok 12 - cdata_section() returns a string wrapped into a CDATA section # escape_javascript() ok 13 - escape_javascript() escapes JavaScript scripts # _get_option() ok 14 - _get_option() returns the value for the given key ok 15 - _get_option() removes the key from the original array ok 16 - _get_option() returns the default value if the key does not exist # escape_once() ok 17 - escape_once() escapes an HTML strings ok 18 - escape_once() does not escape an already escaped string ok 19 - escape_once() does not escape an already escaped string ok 20 - escape_once() does not escape simple quotes but escape double quotes # fix_double_escape() ok 21 - fix_double_escape() fixes double escaped strings # Looks like everything went fine.