Merge branch release-5-1
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionInteractiveTest_HandlesSingleSelectionInputStatus.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 a selection for test context:
7 (one per line, <enter> for status/groups, 'help' for help)
8 > ]]></String>
9     <String Name="Input1"><![CDATA[
10 foo = resname RA
11 ]]></String>
12     <String Name="Output1"><![CDATA[
13 Variable 'foo = resname RA' parsed
14 > ]]></String>
15     <String Name="Input2"><![CDATA[
16
17 ]]></String>
18     <String Name="Output2"><![CDATA[
19 Specify a selection for test context:
20 (one per line, <enter> for status/groups, 'help' for help)
21 Currently provided selections:
22      foo = resname RA
23 (1 more selection required)
24 > ]]></String>
25     <String Name="Input3"><![CDATA[
26 resname RB
27 ]]></String>
28     <String Name="Output3"><![CDATA[
29 Selection 'resname RB' parsed
30 ]]></String>
31   </InteractiveSession>
32 </ReferenceData>