Skip to content

Commit 41d41e9

Browse files
committed
test: include trailing newlines in Julia-generated JSON fixtures
1 parent da169f0 commit 41d41e9

File tree

515 files changed

+515
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

515 files changed

+515
-0
lines changed

lib/node_modules/@stdlib/math/base/ops/cdiv/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function gen( re1, im1, re2, im2, name )
6666
# Write the data to the output filepath as JSON:
6767
outfile = open( filepath, "w" );
6868
write( outfile, JSON.json(data) );
69+
write( outfile, "\n" );
6970
close( outfile );
7071
end
7172

lib/node_modules/@stdlib/math/base/special/acos/scripts/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acos/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acosd/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acosf/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acosh/scripts/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acosh/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acot/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acotd/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

lib/node_modules/@stdlib/math/base/special/acotf/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function gen( domain, name )
5151
# Write the data to the output filepath as JSON:
5252
outfile = open( filepath, "w" );
5353
write( outfile, JSON.json(data) );
54+
write( outfile, "\n" );
5455
close( outfile );
5556
end
5657

0 commit comments

Comments
 (0)