[Subversion] / Contextual / context_tests.txt  

Diff of /Contextual/context_tests.txt

Parent Directory | Revision Log

version 2289, Sun Feb 25 03:11:19 2007 UTC version 2293, Mon Feb 26 02:16:05 2007 UTC
Line 316 
Line 316 
     >>> c2[1] = 3      >>> c2[1] = 3
     Traceback (most recent call last):      Traceback (most recent call last):
       ...        ...
     SettingConflict: a different value for 1 is already defined      SettingConflict: (1, 2, 3)
   
     >>> c3[1] = 9      >>> c3[1] = 9
     >>> c3[1]      >>> c3[1]
Line 341 
Line 341 
   
     >>> c.__exit__(None, None, None)      >>> c.__exit__(None, None, None)
   
     >>> c3[aSetting] = 99      >>> c3[aSetting] = 42
       >>> c3[aSetting] = 99   # multiple writes okay as long as not read yet
     >>> c3[aSetting]      >>> c3[aSetting]
     99      99
     >>> c3[aSetting] = 99      >>> c3[aSetting] = 99


Generate output suitable for use with a patch program
Legend:
Removed from v.2289  
changed lines
  Added in v.2293

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help