aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2026-01-11 19:58:28 -0500
committerBruce Hill <bruce@bruce-hill.com>2026-01-11 19:58:28 -0500
commit2b23a0421606b8501041491c867468322db1d121 (patch)
treef1b96be6072adf4a903691943fd4518edf290c41
parent4d47947b1564656fda307b01d6bcc145678c3a31 (diff)
Fix tests
-rw-r--r--test/reals.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reals.tm b/test/reals.tm
index 46ff6867..34a0e33d 100644
--- a/test/reals.tm
+++ b/test/reals.tm
@@ -133,6 +133,6 @@ func main()
# Symbolic expressions maintain structure
expr := sqrt2 + 1.
- assert Text(expr) == "sqrt(2) + 1"
+ assert Text(expr) == "(sqrt(2) + 1)"
print("All Real tests passed!")