>># 
>># Copyright 1990, 1991 by the Massachusetts Institute of Technology and
>># UniSoft Group Limited.
>># 
>># Permission to use, copy, modify, distribute, and sell this software and
>># its documentation for any purpose is hereby granted without fee,
>># provided that the above copyright notice appear in all copies and that
>># both that copyright notice and this permission notice appear in
>># supporting documentation, and that the names of MIT and UniSoft not be
>># used in advertising or publicity pertaining to distribution of the
>># software without specific, written prior permission.  MIT and UniSoft
>># make no representations about the suitability of this software for any
>># purpose.  It is provided "as is" without express or implied warranty.
>># 
>># $XConsortium: rmstrtqrkl.m,v 1.4 92/06/11 17:42:06 rws Exp $
>># 
>>#
>>TITLE XrmStringToQuarkList CH10
>>ASSERTION A XrmStringToQuarkList-1
When string is a valid null-terminated resource name format
string, then a call to XrmStringToQuarkList returns a quark
list in quarks_return corresponding to the components of
string.
>>STRATEGY
Create the test string.
Call XrmStringToQuarkList to obtain quark list.
Verify that the quark list returned was as expected.
>>ASSERTION A XrmStringToQuarkList-2
On a call to XrmStringToQuarkList, the string is separated
into components according to the positions of periods and
asterisks.
>>STRATEGY
Create the test string.
Call XrmStringToQuarkList to obtain quark list.
Verify that the quark list returned was as expected.
>>ASSERTION A XrmStringToQuarkList-3
On a call to XrmStringToQuarkList, the quarks_return list
is terminated with a zero.
>>STRATEGY
Create the test string.
Set return buffer with unique quark value.
Call XrmStringToQuarkList to obtain quark list.
Verify that the quark list was zero terminated.
