Skip to content

Commit

Permalink
Fixed issue #18494: TypeError during demo survey "ls205_em_tailoring" (
Browse files Browse the repository at this point in the history
…#3452)

Co-authored-by: Lapiu Dev <devgit@lapiu.biz>
  • Loading branch information
gabrieljenik and lapiudevgit committed Sep 22, 2023
1 parent 5e67c00 commit 02838ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/ExpressionManagerTest.php
Expand Up @@ -54,7 +54,8 @@ public function testFunctions()
'abs(-8.0)' => 8,
'abs("-7.3")' => 7.3,
'abs("3")' => 3,
'abs("-90")' => 90
'abs("-90")' => 90,
'abs("string")' => false
);

foreach ($functions as $function => $expected) {
Expand Down

0 comments on commit 02838ac

Please sign in to comment.