mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	 481bb717d7
			
		
	
	481bb717d7
	
	
	
		
			
			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
 |