Skip to content

Commit

Permalink
test: add braces
Browse files Browse the repository at this point in the history
This commit should be ammended to existing ones when the PR is approved

Signed-off-by: muzimuzhi <[email protected]>
  • Loading branch information
muzimuzhi committed Jan 10, 2022
1 parent 1e9cf84 commit 4d14f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testfiles/pgfmath-gh1123.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4d14f2d

Please sign in to comment.