1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
use anyhow::Context; test_cases! { char::reserved: { case_ampersand: "&", case_at: "@", case_colon: ":", case_comma: ",", case_dollar: "$", case_equals: "=", case_plus: "+", case_question: "?", case_semicolon: ";", case_forward_slash: "/" } }