Skip to content

Commit d05ff04

Browse files
committed
chore: append trailing newline to JSON fixtures across math/base
Propagates fix from 87038a4 ("chore: fix EditorConfig lint errors") to twenty additional `math/base/special/*` and `math/base/tools/*` test fixtures whose final byte is not a newline, restoring conformance with the `insert_final_newline` EditorConfig rule. https://claude.ai/code/session_01QJsHa2HjbAGpNE1xuYAJ6D
1 parent 926efd1 commit d05ff04

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

lib/node_modules/@stdlib/math/base/special/acscdf/test/fixtures/julia/negative.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/math/base/special/acscdf/test/fixtures/julia/positive.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/math/base/special/asecdf/test/fixtures/julia/negative.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/math/base/special/asecdf/test/fixtures/julia/positive.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/math/base/special/cosm1/test/fixtures/python/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/huge_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
-1.681436977706416e301,
20042004
-1.6831217842973044e301
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/huge_positive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
1.8091920468370808e18,
20042004
1.8110048645192806e18
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/large_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,4 +2001,4 @@
20012001
-803.4804033955877,
20022002
-804.247719318987
20032003
]
2004-
}
2004+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/medium_negative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
-37.67395394394967,
20042004
-37.69911184307752
20052005
]
2006-
}
2006+
}

lib/node_modules/@stdlib/math/base/special/sec/test/fixtures/julia/medium_positive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,4 @@
20032003
37.67395394394967,
20042004
37.69911184307752
20052005
]
2006-
}
2006+
}

0 commit comments

Comments
 (0)