Avoid crash with empty reference for 'same as' selection
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesEmptyReferenceForSame.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <ParsedSelections Name="Parsed">
5     <ParsedSelection Name="Selection1">
6       <String Name="Input">same residue as none</String>
7       <String Name="Text">same residue as none</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10     <ParsedSelection Name="Selection2">
11       <String Name="Input">same resname as none</String>
12       <String Name="Text">same resname as none</String>
13       <Bool Name="Dynamic">false</Bool>
14     </ParsedSelection>
15   </ParsedSelections>
16   <CompiledSelections Name="Compiled">
17     <Selection Name="Selection1">
18       <Sequence Name="Atoms">
19         <Int Name="Length">0</Int>
20       </Sequence>
21     </Selection>
22     <Selection Name="Selection2">
23       <Sequence Name="Atoms">
24         <Int Name="Length">0</Int>
25       </Sequence>
26     </Selection>
27   </CompiledSelections>
28 </ReferenceData>