fix final test

This commit is contained in:
Jonathan Kelley 2024-01-10 23:18:47 -08:00
parent f1e8faffb5
commit 593527d58b
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -576,7 +576,7 @@ fn create_template() {
p {
"hello world"
}
(0..10).map(|i| rsx!{"{i}"})
{(0..10).map(|i| rsx!{"{i}"})}
}
};