@@ -944,19 +944,19 @@ end
944944 @test length (collectmodels (struc, sel " model 2" )) == 0
945945
946946 # Check complicated selections
947- @test length (collectatoms (struc, sel " name CA and (resnum < 15 or resnum > 16)" )) == 1404
948- @test length (collectatoms (struc, sel " (name CA and resnum < 15) or (name N and chain A)" )) == 299
949- @test length (collectatoms (struc, sel " (not protein) and (resname HOH or (resname SOD and index < 600))" )) == 639
950- @test length (collectatoms (struc, sel " not protein and not water or (chain A and resnum < 10)" )) == 79
951- @test length (collectatoms (struc, sel " not protein and not water or (chain A and resnum <= 10)" )) == 87
952- @test length (collectatoms (struc, sel " name CA and resname ALA ARG GLU" )) == 224
953- @test length (collectatoms (struc, sel " resname ALA ARG GLU and name N" )) == 224
954- @test length (collectatoms (struc, sel " (resname ALA ARG GLU) and (name N or name CA)" )) == 448
955- @test length (collectatoms (struc, sel " index 2 3 4 5" )) == 4
956- @test length (collectatoms (struc, sel " element C" )) == 7508
957- @test length (collectatoms (struc, sel " element C N" )) == 9468
958- @test length (collectatoms (struc, sel " not protein and element C N" )) == 0
959- @test length (collectatoms (struc, sel " not protein and element O H " )) == 639
947+ @test length (collectatoms (struc, sel " name CA and (resnum < 15 or resnum > 16)" )) == 1404
948+ @test length (collectatoms (struc, sel " (name CA and resnum < 15) or (name N and chain A)" )) == 299
949+ @test length (collectatoms (struc, sel " (not protein) and (resname HOH or (resname SOD and index < 600))" )) == 639
950+ @test length (collectatoms (struc, sel " not protein and not water or (chain A and resnum < 10)" )) == 79
951+ @test length (collectatoms (struc, sel " not protein and not water or (chain A and resnum <= 10)" )) == 87
952+ @test length (collectatoms (struc, sel " name CA and resname ALA ARG GLU" )) == 224
953+ @test length (collectatoms (struc, sel " resname ALA ARG GLU and name N" )) == 224
954+ @test length (collectatoms (struc, sel " (resname ALA ARG GLU) and (name N or name CA)" )) == 448
955+ @test length (collectatoms (struc, sel " index 2 3 4 5" )) == 4
956+ @test length (collectatoms (struc, sel " element C" )) == 7508
957+ @test length (collectatoms (struc, sel " element C N" )) == 9468
958+ @test length (collectatoms (struc, sel " not protein and element C N" )) == 0
959+ @test length (collectatoms (struc, sel " not protein and element O H " )) == 639
960960
961961 # Test show method for @sel_str
962962 buff = IOBuffer ()
0 commit comments