diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-07-05 18:11:32 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-07-05 18:18:11 -0700 |
commit | dfd8116986a30e312a27269fbac702e885e0e673 (patch) | |
tree | 03423ef5af9864b28b580ffa80bd9493505f8813 /tests | |
parent | fe277b16f0861a327e1f6c00c0dbb8b00806d60d (diff) | |
download | ffmpeg-dfd8116986a30e312a27269fbac702e885e0e673.tar.gz |
eval: add missing comma to tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/eval | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index fb7a925b77..ad01891d9c 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -16,8 +16,11 @@ Evaluating '+PI' Evaluating '1+(5-2)^(3-1)+1/2+sin(PI)-max(-2.2,-3.1)' '1+(5-2)^(3-1)+1/2+sin(PI)-max(-2.2,-3.1)' -> 12.700000 -Evaluating '80G/80Gi1k' -'80G/80Gi1k' -> nan +Evaluating '80G/80Gi' +'80G/80Gi' -> 0.931323 + +Evaluating '1k' +'1k' -> 1000.000000 Evaluating '1Gi' '1Gi' -> 1073741824.000000 |