Skip to content

Commit

Permalink
Update modifier test #491
Browse files Browse the repository at this point in the history
  • Loading branch information
uwetews committed Oct 9, 2018
1 parent e250f28 commit 578503c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function dataTestModifier()
array('{"hello world"|truncate:6|strlen + ("hello world"|truncate:8|strlen)}', '14', 'Expression', $i ++),
array('{1.1*7.1|round}', '7.7', 'InExpression', $i ++),
array('{counter|truncate:5 start=100000}', '10...', 'PluginOutput', $i ++),
array('{1 + [1,2,3]|count}', '4', 'SumExpression', $i ++),
);
}

Expand Down

0 comments on commit 578503c

Please sign in to comment.