mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
fix tab/spaces
This commit is contained in:
@@ -445,6 +445,6 @@ $$ if name == "Peter"
|
||||
You really are <%name%>
|
||||
$$ endif
|
||||
)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