X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_normalization.cpp;h=b42a2c7fd5d3866e6a8af3c9be8b8798c186d738;hp=c9ceb18ca8400943314e1a06414a986e39f9884b;hb=781107fc309db9eadc2e0540d35d9813da0afd4d;hpb=f1f3b07b2d13f073af146f6928ec44a7da8b6e9d diff --git a/check/exam_normalization.cpp b/check/exam_normalization.cpp index c9ceb18c..b42a2c7f 100644 --- a/check/exam_normalization.cpp +++ b/check/exam_normalization.cpp @@ -203,6 +203,7 @@ static unsigned exam_content() result += check_content(5*x-15, x, 5, 5, x-3); result += check_content(5*x*y-15*y*y, x, 5, 5*y, x-3*y); result += check_content(-15*x/2+ex(25)/3, x, ex(5)/6, ex(5)/6, 9*x-10); + result += check_content(-x*y, x, 1, y, x); return result; }