"\"Fran & Freddie's Diner\" <tasty@example.com>" | htmlEscape("\"Fran & Freddie's Diner\" <tasty@example.com>", "named", false) | "Fran & Freddie's Diner" <tasty@example.com> |
b"\"Fran & Freddie's Diner\" <tasty@example.com>" | htmlEscape("\"Fran & Freddie's Diner\" <tasty@example.com>", "named", true) | "Fran & Freddie's Diner" <tasty@example.com> |
"\"Fran & Freddie's Diner\" <tasty@example.com>" | htmlEscape("\"Fran & Freddie's Diner\" <tasty@example.com>", "numeric", true) | "Fran & Freddie's Diner" <tasty@example.com> |
"\"Fran & Freddie's Diner\" <tasty@example.com>" | htmlEscape("\"Fran & Freddie's Diner\" <tasty@example.com>", "numeric", false) | "Fran & Freddie's Diner" <tasty@example.com> |
"\"Fran & Freddie's Diner\" <tasty@example.com>" | htmlEscape("\"Fran & Freddie's Diner\" <tasty@example.com>", "hex", true) | "Fran & Freddie's Diner" <tasty@example.com> |
"|\\/,asd.{55r](" | htmlEscape("|\\/,asd.{55r](", "named", false) | |\/,asd.{55r]( |