@@ -554,10 +554,10 @@ end
554
554
@test ! checkbounds (Bool, BA_2, Block (1 ), Block (3 ))
555
555
@test_throws BlockBoundsError checkbounds (BA_2, Block (1 ), Block (3 ))
556
556
557
- @test checkbounds (Bool, BA_2, BlockRange (1 : 2 ,1 : 2 ))
558
- @test blockcheckbounds (Bool, BA_2, BlockRange (1 : 2 ,1 : 2 ))
559
- @test isnothing (checkbounds (BA_2, BlockRange (1 : 2 ,1 : 2 )))
560
- @test isnothing (blockcheckbounds (BA_2, BlockRange (1 : 2 ,1 : 2 )))
557
+ @test checkbounds (Bool, BA_2, BlockRange (( 1 : 2 ,1 : 2 ) ))
558
+ @test blockcheckbounds (Bool, BA_2, BlockRange (( 1 : 2 ,1 : 2 ) ))
559
+ @test isnothing (checkbounds (BA_2, BlockRange (( 1 : 2 ,1 : 2 ) )))
560
+ @test isnothing (blockcheckbounds (BA_2, BlockRange (( 1 : 2 ,1 : 2 ) )))
561
561
@test checkbounds (Bool, BA_2, Block .(1 : 2 ), Block .(1 : 2 ))
562
562
@test checkbounds (Bool, BA_2, Block .([1 ,2 ]), Block .([1 ,2 ]))
563
563
@test isnothing (checkbounds (BA_2, Block .(1 : 2 ), Block .(1 : 2 )))
@@ -569,10 +569,10 @@ end
569
569
@test isnothing (blockcheckbounds (BA_2, [1 ,2 ], [1 ,2 ]))
570
570
@test isnothing (blockcheckbounds (BA_2, Block .([1 ,2 ]), Block .([1 ,2 ])))
571
571
572
- @test ! checkbounds (Bool, BA_2, BlockRange (1 : 2 ,1 : 3 ))
573
- @test ! blockcheckbounds (Bool, BA_2, BlockRange (1 : 2 ,1 : 3 ))
574
- @test_throws BlockBoundsError checkbounds (BA_2, BlockRange (1 : 2 ,1 : 3 ))
575
- @test_throws BlockBoundsError blockcheckbounds (BA_2, BlockRange (1 : 2 ,1 : 3 ))
572
+ @test ! checkbounds (Bool, BA_2, BlockRange (( 1 : 2 ,1 : 3 ) ))
573
+ @test ! blockcheckbounds (Bool, BA_2, BlockRange (( 1 : 2 ,1 : 3 ) ))
574
+ @test_throws BlockBoundsError checkbounds (BA_2, BlockRange (( 1 : 2 ,1 : 3 ) ))
575
+ @test_throws BlockBoundsError blockcheckbounds (BA_2, BlockRange (( 1 : 2 ,1 : 3 ) ))
576
576
@test ! checkbounds (Bool, BA_2, Block .(1 : 2 ), Block .(1 : 3 ))
577
577
@test ! checkbounds (Bool, BA_2, Block .([1 ,2 ]), Block .([1 ,3 ]))
578
578
@test_throws BlockBoundsError checkbounds (BA_2, Block .(1 : 2 ), Block .(1 : 3 ))
0 commit comments