mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Benchmark differed from original
This commit is contained in:
parent
fac00c05cb
commit
835d5f11e9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- h = { 'user' => { id: 1234, name: 'eagletmt' }, book_id: 5432 }
|
- h = { 'user' => { id: 1234, name: 'eagletmt' }, book_id: 5432 }
|
||||||
- c = %w[content active]
|
- c = %w[content active]
|
||||||
|
|
||||||
%span{data: h}
|
%span.book{data: h, class: c}
|
||||||
Book
|
Book
|
||||||
|
|
Loading…
Add table
Reference in a new issue