Correctly escape strings

This commit is contained in:
Erik Johnston
2018-11-02 16:36:08 +00:00
parent 3b3ddc0ed0
commit 7218bb0c83
5 changed files with 62 additions and 8 deletions

View File

@@ -264,7 +264,8 @@ fn test_new_map() {
(10, 9),
(11, 10),
(13, 12),
].into_iter()
]
.into_iter()
.collect();
for sg in 0i64..=13i64 {