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
0dc4c4ebd6
commit
4f726ea6ff
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
- dynamic = 'dynamic'
|
- dynamic = 'dynamic'
|
||||||
= "hello #{ dynamic } world"
|
= "#{ dynamic } script"
|
||||||
= "hello #{ 'static'} world"
|
= "#{ 'static'} script"
|
||||||
= ['&', '"', "'", '<', '>']
|
= ['&', '"', "'", '<', '>']
|
||||||
|
|
Loading…
Reference in a new issue