mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	Thu May 24 21:24:16 CEST 2001 Paolo Molaro <lupus@ximian.com> * gmarkup.c: back out change by mitch@convergence.de and apply patch in bug id #52067 that fixes the same problem in a more complete manner. This fixes also a segfault for a malformed XML file and adds a new test case.
		
			
				
	
	
		
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <foo>
 | |
| <bar a="1"/>
 | |
| <bar a="1" b="2"/>
 | |
| <bar a="1" b="2" c="3"/>
 | |
| <bar a="1" b="2" c="3" d="4"/>
 | |
| <bar a="1" b="2" c="3" d="4" e="5"/>
 | |
| <bar a="1" b="2" c="3" d="4" e="5" f="6"/>
 | |
| <bar a="1" b="2" c="3"/>
 | |
| <bar a="1"/>
 | |
| </foo>
 |