Tests for interactive selection input
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionInteractiveTest_HandlesEmptySelections.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 Specify any number of selections for test context:
7 (one per line, <enter> for status/groups, 'help' for help, Ctrl-D to end)
8 > ]]></String>
9     <String Name="Input1"><![CDATA[
10 resname RA;
11 ]]></String>
12     <String Name="Output1"><![CDATA[
13 Selection 'resname RA' parsed
14 > ]]></String>
15     <String Name="Input2"><![CDATA[
16 ; resname RB;;
17 ]]></String>
18     <String Name="Output2"><![CDATA[
19 Selection 'resname RB' parsed
20 > ]]></String>
21     <String Name="Input3"><![CDATA[
22  
23 ]]></String>
24     <String Name="Output3"><![CDATA[
25 Specify any number of selections for test context:
26 (one per line, <enter> for status/groups, 'help' for help, Ctrl-D to end)
27 Currently provided selections:
28   1. resname RA
29   2. resname RB
30 > ]]></String>
31     <String Name="Input4"><![CDATA[
32 ;
33 ]]></String>
34     <String Name="Output4"><![CDATA[
35 > ]]></String>
36     <String Name="Input5"><![CDATA[
37 ]]></String>
38   </InteractiveSession>
39 </ReferenceData>