Skip to content

Commit 1a26f60

Browse files
committed
add struct_empty tests
1 parent 68882ff commit 1a26f60

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.jl.mem
44
/docs/build/
55
Manifest.toml
6+
/test/musicxml/myscore.musicxml

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ stripall(x::String) = replace(x, r"\s|\n"=>"")
66
##
77
include("struct_definition.jl")
88
include("struct_parametric.jl")
9+
include("struct_empty.jl")
910
include("creator.jl")
1011
include("extractor.jl")
1112
include("tables.jl")

test/struct_empty.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
@aml mutable struct NoAMLFields empty""
2-
fields
3-
end
4-
5-
@aml struct rest empty"~"
1+
@aml mutable struct NoAMLFields empty"no-aml-fields"
2+
x, "~"
63
end

0 commit comments

Comments
 (0)