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 8e5c85a..454c1e2 100644
--- a/testing/tests/simple.rs
+++ b/testing/tests/simple.rs
@@ -77,7 +77,7 @@ fn test_for() {
let s = ForTemplate {
strings: vec!["A", "alfa", "1"],
};
- assert_eq!(s.render(), "\n A\n\n alfa\n\n 1\n\n");
+ assert_eq!(s.render(), "0. A\n1. alfa\n2. 1\n\n");
}