1
0
Fork 0
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:
Takashi Kokubun 2015-11-29 19:31:21 +09:00
parent fac00c05cb
commit 835d5f11e9

View file

@ -1,5 +1,5 @@
- h = { 'user' => { id: 1234, name: 'eagletmt' }, book_id: 5432 }
- c = %w[content active]
%span{data: h}
%span.book{data: h, class: c}
Book