#[cfg(test)]
mod tests {
    #[test]
    fn {{to-case "snake" function}}() {
        assert_eq!(10 + 10, {{result}});
    }
}
