>># 
>># 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: strtkysym.m,v 1.5 92/06/11 17:43:22 rws Exp $
>># 
>>#
>>TITLE XStringToKeysym CH10
>>ASSERTION A XStringToKeysym-1
A call to XStringToKeysym returns the KeySym value for the
KeySym name specified by the null-terminated string
argument.
>>STRATEGY
Obtain the KeySym corresponding to the string "Escape" using XStringToKeysym.
Verify that the returned value is XK_Escape.
>>ASSERTION A XStringToKeysym-2
When the specified string does not match a valid KeySym,
then a call to XStringToKeysym returns NoSymbol.
>>STRATEGY
Obtain the KeySym matching the string "XTest_No_Sym" using XStringToKeysym.
Verify that the returned value is NoSymbol.
