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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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/acoth/test/fixtures/julia/runner.jl

+1
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/acovercos/test/fixtures/julia/runner.jl

+1
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/acoversin/test/fixtures/julia/runner.jl

+1
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/acsc/test/fixtures/julia/runner.jl

+1
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/acscd/test/fixtures/julia/runner.jl

+1
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/acscf/test/fixtures/julia/runner.jl

+1
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/acsch/test/fixtures/julia/runner.jl

+1
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/ahavercos/test/fixtures/julia/runner.jl

+1
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/ahaversin/test/fixtures/julia/runner.jl

+1
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/asec/test/fixtures/julia/runner.jl

+1
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/asecd/test/fixtures/julia/runner.jl

+1
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/asecf/test/fixtures/julia/runner.jl

+1
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/asech/test/fixtures/julia/runner.jl

+1
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/asin/scripts/fixtures/julia/runner.jl

+1
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/asin/test/fixtures/julia/runner.jl

+1
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/asind/test/fixtures/julia/runner.jl

+1
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/asindf/test/fixtures/julia/runner.jl

+1
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/asinf/test/fixtures/julia/runner.jl

+1
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/asinh/scripts/fixtures/julia/runner.jl

+1
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/asinh/test/fixtures/julia/runner.jl

+1
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/atan/scripts/fixtures/julia/runner.jl

+1
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/atan/test/fixtures/julia/runner.jl

+1
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/atan2/test/fixtures/julia/runner.jl

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function gen( x, y, name )
5656
# Write the data to the output filepath as JSON:
5757
outfile = open( filepath, "w" );
5858
write( outfile, JSON.json(data) );
59+
write( outfile, "\n" );
5960
close( outfile );
6061
end
6162

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

+1
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/atanf/test/fixtures/julia/runner.jl

+1
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/atanh/scripts/fixtures/julia/runner.jl

+1
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/atanh/test/fixtures/julia/runner.jl

+1
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/avercos/test/fixtures/julia/runner.jl

+1
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/aversin/test/fixtures/julia/runner.jl

+1
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/besselj0/test/fixtures/julia/runner.jl

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( x, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( x, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( x, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( x, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function gen( n, k, name )
5656
# Write the data to the output filepath as JSON:
5757
outfile = open( filepath, "w" );
5858
write( outfile, JSON.json(data) );
59+
write( outfile, "\n" );
5960
close( outfile );
6061
end
6162

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( re, im, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( re, im, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

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

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function gen( re, im, name )
5757
# Write the data to the output filepath as JSON:
5858
outfile = open( filepath, "w" );
5959
write( outfile, JSON.json(data) );
60+
write( outfile, "\n" );
6061
close( outfile );
6162
end
6263

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

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function gen( re, im, name )
5757
# Write the data to the output filepath as JSON:
5858
outfile = open( filepath, "w" );
5959
write( outfile, JSON.json(data) );
60+
write( outfile, "\n" );
6061
close( outfile );
6162
end
6263

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

+1
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/cbrt/test/fixtures/julia/runner.jl

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function gen( x, name )
5454
# Write the data to the output filepath as JSON:
5555
outfile = open( filepath, "w" );
5656
write( outfile, JSON.json(data) );
57+
write( outfile, "\n" );
5758
close( outfile );
5859
end
5960

0 commit comments

Comments
 (0)