Fix script benchmark

This commit is contained in:
Takashi Kokubun 2015-11-23 17:09:09 +09:00
parent 0dc4c4ebd6
commit 4f726ea6ff
1 changed files with 2 additions and 2 deletions

View File

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