From 169908a71614664bda253f115b736cbc9fff8518 Mon Sep 17 00:00:00 2001 From: muzimuzhi Date: Tue, 11 Jan 2022 04:53:41 +0800 Subject: [PATCH] test: add braces [ci skip] This commit should be ammended to existing ones when the PR is approved Signed-off-by: muzimuzhi --- testfiles/pgfmath-gh1123.lvt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testfiles/pgfmath-gh1123.lvt b/testfiles/pgfmath-gh1123.lvt index 0bb7f1f92..d0325fa0f 100644 --- a/testfiles/pgfmath-gh1123.lvt +++ b/testfiles/pgfmath-gh1123.lvt @@ -21,9 +21,9 @@ \BEGINTEST{/pgf/declare function, space(s) in arg list} \pgfkeys{ /pgf/declare function={ - funcA( \x,\y) = sqrt(\x^2 + \y^2); - funcB( \x, \y) = sqrt(\x^2 + \y^2); - funcX(\x,\y) = sqrt(\x^2 + \y^2); + funcA( \x,\y) = sqrt((\x)^2 + (\y)^2); + funcB( \x, \y) = sqrt((\x)^2 + (\y)^2); + funcX(\x,\y) = sqrt((\x)^2 + (\y)^2); } } \ASSERTPGFMATHFUNCTIONS{funcA}{funcX}