mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	We want to have the defacto standard syntax for labels ("L:" instead of "label L;"),
and fix some known bugs, before we enable this again.
The code is left intact (#ifdef'ed SP_GOTO) and the test cases are kept in
sp-goto.test, for the future...
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			440 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			440 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
##############################################################################
 | 
						|
#
 | 
						|
#  List the test cases that are to be disabled temporarely.
 | 
						|
#
 | 
						|
#  Separate the test case name and the comment with ':'.
 | 
						|
#
 | 
						|
#      <testcasename>  : Comment test
 | 
						|
#
 | 
						|
#  Don't use any TAB characters for whitespace.
 | 
						|
#
 | 
						|
##############################################################################
 | 
						|
 | 
						|
sp-goto:GOTO is currently is disabled - will be fixed in the future
 |