Tests for interactive selection input
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionInteractiveTest_HandlesStatusWithGroups.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <InteractiveSession Name="Interactive">
5     <String Name="Output0"><![CDATA[
6 Available static index groups:
7  Group  0 "GrpA" (5 atoms)
8  Group  1 "GrpB" (5 atoms)
9  Group  2 "GrpUnsorted" (8 atoms)
10 Specify any number of selections for test context:
11 (one per line, <enter> for status/groups, 'help' for help, Ctrl-D to end)
12 > ]]></String>
13     <String Name="Input1"><![CDATA[
14 resname RA
15 ]]></String>
16     <String Name="Output1"><![CDATA[
17 Selection 'resname RA' parsed
18 > ]]></String>
19     <String Name="Input2"><![CDATA[
20
21 ]]></String>
22     <String Name="Output2"><![CDATA[
23 Available static index groups:
24  Group  0 "GrpA" (5 atoms)
25  Group  1 "GrpB" (5 atoms)
26  Group  2 "GrpUnsorted" (8 atoms)
27 Specify any number of selections for test context:
28 (one per line, <enter> for status/groups, 'help' for help, Ctrl-D to end)
29 Currently provided selections:
30   1. resname RA
31 > ]]></String>
32     <String Name="Input3"><![CDATA[
33 ]]></String>
34   </InteractiveSession>
35 </ReferenceData>