Tests for interactive selection input
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionInteractiveTest_HandlesMultipleSelectionsOnLine.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 2 selections for test context:
7 (one per line, <enter> for status/groups, 'help' for help)
8 > ]]></String>
9     <String Name="Input1"><![CDATA[
10 resname RA; resname RB and \
11 ]]></String>
12     <String Name="Output1"><![CDATA[
13 ... ]]></String>
14     <String Name="Input2"><![CDATA[
15 resname RC
16 ]]></String>
17     <String Name="Output2"><![CDATA[
18 Selection 'resname RA' parsed
19 Selection 'resname RB and resname RC' parsed
20 ]]></String>
21   </InteractiveSession>
22 </ReferenceData>