Skip to content

Commit d3cbfb1

Browse files
committed
Test params as well
1 parent 1c199c5 commit d3cbfb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/direct.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,6 @@ end
268268
@variables x [misc = "wow"]
269269
@test SymbolicUtils.getmetadata(Symbolics.unwrap(x), ModelingToolkit.VariableMisc,
270270
nothing) == "wow"
271+
@parameters x [misc = "wow"]
272+
@test SymbolicUtils.getmetadata(Symbolics.unwrap(x), ModelingToolkit.VariableMisc,
273+
nothing) == "wow"

0 commit comments

Comments
 (0)