aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/simple.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/simple.rs')
-rw-r--r--testing/tests/simple.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/simple.rs b/testing/tests/simple.rs
index 6dbfcfb..53f1122 100644
--- a/testing/tests/simple.rs
+++ b/testing/tests/simple.rs
@@ -119,7 +119,7 @@ struct LiteralsTemplate {}
#[test]
fn test_literals() {
let s = LiteralsTemplate {};
- assert_eq!(s.render().unwrap(), "a\ntrue\nfalse");
+ assert_eq!(s.render().unwrap(), "a\na\ntrue\nfalse");
}
struct Holder {