Skip to content

Commit 51a5c84

Browse files
committed
🎨 Improve file names
1 parent da42a01 commit 51a5c84

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

test/backends/html/colors.jl renamed to test/backends/html/decorations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Description #############################################################################
22
#
3-
# HTML Back End: Tests related with colors.
3+
# HTML Back End: Tests related with decorations.
44
#
55
############################################################################################
66

7-
@testset "Colors" verbose = true begin
7+
@testset "Decorations" verbose = true begin
88
@testset "Decoration of Column Labels" begin
99
matrix = ones(3, 3)
1010

test/backends/latex/colors.jl renamed to test/backends/latex/decorations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Description #############################################################################
22
#
3-
# LaTeX Back End: Tests related with colors.
3+
# LaTeX Back End: Tests related with decorations.
44
#
55
############################################################################################
66

7-
@testset "Colors" verbose = true begin
7+
@testset "Decorations" verbose = true begin
88
@testset "Decoration of Column Labels" begin
99
matrix = ones(3, 3)
1010

test/backends/text/colors.jl renamed to test/backends/text/decorations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Description #############################################################################
22
#
3-
# Text Back End: Tests related with colors.
3+
# Text Back End: Tests related with decorations.
44
#
55
############################################################################################
66

7-
@testset "Colors" verbose = true begin
7+
@testset "Decorations" verbose = true begin
88
@testset "Decoration of Column Labels" begin
99
matrix = ones(3, 3)
1010

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ end
2727
include("./backends/html/alignment.jl")
2828
include("./backends/html/cell_titles.jl")
2929
include("./backends/html/circular_reference.jl")
30-
include("./backends/html/colors.jl")
3130
include("./backends/html/column_width.jl")
3231
include("./backends/html/cropping.jl")
32+
include("./backends/html/decorations.jl")
3333
include("./backends/html/default.jl")
3434
include("./backends/html/divs.jl")
3535
include("./backends/html/full.jl")
@@ -46,7 +46,7 @@ end
4646
include("./backends/latex/alignment.jl")
4747
include("./backends/latex/circular_reference.jl")
4848
include("./backends/latex/cropping.jl")
49-
include("./backends/latex/colors.jl")
49+
include("./backends/latex/decorations.jl")
5050
include("./backends/latex/default.jl")
5151
include("./backends/latex/full.jl")
5252
include("./backends/latex/highlighters.jl")
@@ -72,9 +72,9 @@ end
7272
@testset "Text Back End Test" verbose = true begin
7373
include("./backends/text/alignment.jl")
7474
include("./backends/text/circular_reference.jl")
75-
include("./backends/text/colors.jl")
7675
include("./backends/text/cropping.jl")
7776
include("./backends/text/custom_cells.jl")
77+
include("./backends/text/decorations.jl")
7878
include("./backends/text/default.jl")
7979
include("./backends/text/errors.jl")
8080
include("./backends/text/full.jl")

0 commit comments

Comments
 (0)