8000 Update j2_compatibility.md · jinja2cpp/jinja2cpp.github.io@35b3f9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 35b3f9f

Browse files
authored
Update j2_compatibility.md
1 parent 0f6de2c commit 35b3f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/j2_compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ conditional for loop | <span style="color:green">yes</span> | <span
6565
Template | Python | Jinja2C++ (MSVC build) | Jinja2C++ (MinGW Build)
6666
----------------------------------------------------------------------------------------------------|-----------|------------------------|-------------------------
6767
`Hello World from Parser!` (1 mln. iterations) | 4.333 sec | 1.883 sec | 0.831 sec
68-
`{% raw %}{{ message }} from Parser!' message='Hello World!{% endraw %}` (1 mln. iterations) | 5.083 | 2.188 | 1.0 50E1 82
68+
`{% raw %}{{ message }} from Parser!{% endraw %}` message='Hello World!' (1 mln. iterations) | 5.083 | 2.188 | 1.082
6969
`{% raw %}{{ message }} from Parser!{% endraw %}` message=100500 (1 mln. iterations) | 5.126 | 2.211 | 1.087
7070
`{% raw %}{{ message | upper }} from Parser!{% endraw %}` message='Hello World!' (1 mln. iterations) | 5.583 | 3.559 | 1.850
7171
`{% raw %}{{ message }} from Parser! - {{number}}{% endraw %}` message='Hello World!', number=100500 (1 mln. iterations)| 5.800 | 2.594 | 1.504

0 commit comments

Comments
 (0)
0