mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix script benchmark
This commit is contained in:
parent
b6e21dc418
commit
548593478f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
= ['&', '"', "'", '<', '>']
|
||||
= "hello#{ ' ' }world"
|
||||
- dynamic = 'dynamic'
|
||||
= "hello #{ dynamic } world"
|
||||
= "hello #{ 'static'} world"
|
||||
= ['&', '"', "'", '<', '>']
|
||||
|
|
Loading…
Add table
Reference in a new issue