/*
const MAGICAL_CHEESE_DIALOG: &str
= "* This cheese has been here so& long^1, a magical crystal has& grown around it./";
const MAGICAL_CHEESE_DIALOG_CLEAN: &str
= "* This cheese has been here so long, a magical crystal has grown around it.";
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
*/