1..11
# esc_entities()
ok 1 - esc_entities() does not escape integers
ok 2 - esc_entities() does not escape booleans
ok 3 - esc_entities() only escapes strings
ok 4 - esc_entities() only escapes strings
# esc_raw()
ok 5 - esc_raw() returns the first argument as is
# esc_js()
ok 6 - esc_js() escapes javascripts
# esc_js_no_entities()
ok 7 - esc_js_no_entities() escapes javascripts
ok 8 - esc_js_no_entities() handles slashes correctly
ok 9 - esc_js_no_entities() preserves utf-8
ok 10 - esc_js_no_entities() handles linebreaks correctly
ok 11 - esc_js_no_entities() handles linebreaks correctly
# Looks like everything went fine.