|
8 | 8 | @test hasvalue(nt, @varname(b)) |
9 | 9 | @test getvalue(nt, @varname(b)) == 2 |
10 | 10 | @test hasvalue(nt, @varname(c)) |
11 | | - @test getvalue(nt, @varname(c)) == (x=3, y=[4], z=(;p = [(; q=5)])) |
| 11 | + @test getvalue(nt, @varname(c)) == (x=3, y=[4], z=(; p=[(; q=5)])) |
12 | 12 | @test hasvalue(nt, @varname(c.x)) |
13 | 13 | @test getvalue(nt, @varname(c.x)) == 3 |
14 | 14 | @test hasvalue(nt, @varname(c.y)) |
|
61 | 61 | @test hasvalue(d, @varname(b)) |
62 | 62 | @test getvalue(d, @varname(b)) == 2 |
63 | 63 | @test hasvalue(d, @varname(c)) |
64 | | - @test getvalue(d, @varname(c)) == (x=3, y=[4], z=(; p = [(; q=5)])) |
| 64 | + @test getvalue(d, @varname(c)) == (x=3, y=[4], z=(; p=[(; q=5)])) |
65 | 65 | @test hasvalue(d, @varname(c.x)) |
66 | 66 | @test getvalue(d, @varname(c.x)) == 3 |
67 | 67 | @test hasvalue(d, @varname(c.y)) |
|
0 commit comments