reformat the world
This commit is contained in:
parent
5cb1d41a30
commit
12e3b4c70b
129 changed files with 727 additions and 2509 deletions
|
|
@ -120,12 +120,7 @@ mod tests {
|
|||
fn closed_char_component(src: &str) -> StringComponent {
|
||||
let (has_closing_quote, components) = parse(src);
|
||||
assert!(has_closing_quote, "char should have closing quote");
|
||||
assert!(
|
||||
components.len() == 1,
|
||||
"Literal: {}\nComponents: {:#?}",
|
||||
src,
|
||||
components
|
||||
);
|
||||
assert!(components.len() == 1, "Literal: {}\nComponents: {:#?}", src, components);
|
||||
components[0].clone()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue