Skip to content

Commit 96edcab

Browse files
authored
Merge pull request #328 from wegank/xfail-init
Fix malformed inputs in test suite
2 parents 156fe8a + 3c27fcb commit 96edcab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

input_files/bug-68.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
x,y,z
22
257
33
0,
4-
x*x+y*y+z*z,
4+
x^2+y^2+z^2,
55
x+y+z,
66
x+y*z

input_files/radical-shape-qq.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ x, y, z
22
0
33
-2*z^3-3*z^2+x-5*z-7,
44
-z^3+z^2+y-z+1,
5-
z^4-z^3-z^2-*z-1
5+
z^4-z^3-z^2-z-1

0 commit comments

Comments
 (0)