1
0
Fork 0
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:
Takashi Kokubun 2015-11-23 16:18:28 +09:00
parent b6e21dc418
commit 548593478f

View file

@ -1,4 +1,4 @@
= ['&', '"', "'", '<', '>']
= "hello#{ ' ' }world"
- dynamic = 'dynamic'
= "hello #{ dynamic } world"
= "hello #{ 'static'} world"
= ['&', '"', "'", '<', '>']