diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2026-01-11 19:58:28 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2026-01-11 19:58:28 -0500 |
| commit | 2b23a0421606b8501041491c867468322db1d121 (patch) | |
| tree | f1b96be6072adf4a903691943fd4518edf290c41 | |
| parent | 4d47947b1564656fda307b01d6bcc145678c3a31 (diff) | |
Fix tests
| -rw-r--r-- | test/reals.tm | 2 |
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!") |
