mirror of
https://github.com/pantor/inja.git
synced 2026-08-19 22:03:26 +00:00
fix tab/spaces
This commit is contained in:
@@ -445,6 +445,6 @@ $$ if name == "Peter"
|
|||||||
You really are <%name%>
|
You really are <%name%>
|
||||||
$$ endif
|
$$ endif
|
||||||
)DELIM";
|
)DELIM";
|
||||||
CHECK( env.render(string_template, data) == "Hello Peter\n You really are Peter\n");
|
CHECK( env.render(string_template, data) == "Hello Peter\n You really are Peter\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user