FIX: Correct order when stringify -(A1^1.22) and (-A1)^1.22 (#484)

Fixes #483
This commit is contained in:
Nicolás Hatcher Andrés
2025-10-27 19:09:31 +01:00
committed by GitHub
parent c88bcb94ae
commit 1edfb2df1c
5 changed files with 44 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ mod test_arrays;
mod test_general;
mod test_implicit_intersection;
mod test_issue_155;
mod test_issue_483;
mod test_move_formula;
mod test_ranges;
mod test_stringify;