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 17:09:09 +09:00
parent 0dc4c4ebd6
commit 4f726ea6ff

View file

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