diff options
Diffstat (limited to 'testing/tests')
| -rw-r--r-- | testing/tests/simple.rs | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/testing/tests/simple.rs b/testing/tests/simple.rs index 168644a..a311e90 100644 --- a/testing/tests/simple.rs +++ b/testing/tests/simple.rs @@ -24,7 +24,10 @@ fn test_variables() {           Iñtërnâtiônàlizætiøn is important\n\           in vars too: Iñtërnâtiônàlizætiøn"      ); -    assert_eq!(<VariablesTemplate as SizedTemplate>::extension(), Some("html")); +    assert_eq!( +        <VariablesTemplate as SizedTemplate>::extension(), +        Some("html") +    );  }  #[derive(Template)] | 
