summaryrefslogtreecommitdiff
path: root/src/test-mp-equation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-mp-equation.c')
-rw-r--r--src/test-mp-equation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test-mp-equation.c b/src/test-mp-equation.c
index d31c546..becf742 100644
--- a/src/test-mp-equation.c
+++ b/src/test-mp-equation.c
@@ -435,6 +435,7 @@ test_equations(void)
test("2²", "4", 0);
test("2³", "8", 0);
test("2¹⁰", "1024", 0);
+ test("2³ ²", "512", 0);
test("(1+2)²", "9", 0);
test("(x)²", "4", 0);
test("|1−3|²", "4", 0);