mirror of
				https://gitlab.gnome.org/GNOME/libxml2.git
				synced 2025-10-30 10:45:36 +03:00 
			
		
		
		
	* xmlregexp.c: patched a bug in parsing production 1 and 2 of xmlschemas regexp that William pointed out while working on #134120 * test/regexp/branch result/regexp/branch: added a specific regression test Daniel
		
			
				
	
	
		
			15 lines
		
	
	
		
			60 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			60 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| =>a|b(d|e(g|h|i)|f)|c
 | |
| a
 | |
| c
 | |
| bd
 | |
| bf
 | |
| beg
 | |
| beh
 | |
| bei
 | |
| b
 | |
| be
 | |
| bi
 | |
| f
 | |
| ab
 | |
| ac
 |