[Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.17,1.18

Thomas Wouters twouters@users.sourceforge.net
Wed, 26 Sep 2001 05:43:41 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv27695/Lib/test/output

Modified Files:
	test_grammar 
Log Message:

Test case for SF bugs #463359 and #462937, added to test_grammar for lack of
a better place. Excessively fragile code, but at least it breaks when
something in this area changes!



Index: test_grammar
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_grammar,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** test_grammar	2001/03/19 20:42:11	1.17
--- test_grammar	2001/09/26 12:43:39	1.18
***************
*** 33,36 ****
--- 33,37 ----
  continue + try/except ok
  continue + try/finally ok
+ testing continue and break in try/except in loop
  return_stmt
  raise_stmt