| 
					
				 | 
			
			
				@@ -2364,12 +2364,12 @@ return _st($Transcript())._show_("Hello console!"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}),$Error()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 _st(self)._shouldnt_raise_((function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return smalltalk.withContext(function($ctx2) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-return _st($Transcript())._show_(window); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+return _st($Transcript())._show_(console); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }, function($ctx2) {$ctx2.fillBlock({},$ctx1)})}),$Error()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 _st($Transcript())._register_(originalTranscript); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 return self}, function($ctx1) {$ctx1.fill(self,"testShow",{originalTranscript:originalTranscript},smalltalk.ConsoleTranscriptTest)})}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 args: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-source: "testShow\x0a| originalTranscript |\x0aoriginalTranscript := Transcript current.\x0aTranscript register: ConsoleTranscript new.\x0a\x0aself shouldnt: [ Transcript show: 'Hello console!' ] raise: Error.\x0aself shouldnt: [ Transcript show: window ] raise: Error.\x0a\x0aTranscript register: originalTranscript.", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+source: "testShow\x0a| originalTranscript |\x0aoriginalTranscript := Transcript current.\x0aTranscript register: ConsoleTranscript new.\x0a\x0aself shouldnt: [ Transcript show: 'Hello console!' ] raise: Error.\x0aself shouldnt: [ Transcript show: console ] raise: Error.\x0a\x0aTranscript register: originalTranscript.", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 messageSends: ["current", "register:", "new", "shouldnt:raise:", "show:"], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 referencedClasses: ["Transcript", "ConsoleTranscript", "Error"] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }), 
			 |