mirror of
				https://gitlab.gnome.org/GNOME/libxml2.git
				synced 2025-11-03 20:33:18 +03:00 
			
		
		
		
	* xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596) * test/regexp/bug420596, result/regexp/bug420596: added regression test for this svn path=/trunk/; revision=3594
		
			
				
	
	
		
			11 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			78 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
=>(\+|-)(0[0-9]|1[0-1])
 | 
						|
+01
 | 
						|
-01
 | 
						|
+10
 | 
						|
-10
 | 
						|
=>[+-](0[0-9]|1[0-1])
 | 
						|
+01
 | 
						|
-01
 | 
						|
+10
 | 
						|
-10
 |