mirror of
				https://gitlab.gnome.org/GNOME/libxml2.git
				synced 2025-10-30 10:45:36 +03:00 
			
		
		
		
	* result/pattern/namespaces: Adjusted the result of a regression test, since the fix of xmlGetNodePath() revealed a bug in this test result.
		
			
				
	
	
		
			21 lines
		
	
	
		
			702 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			702 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Node /a matches pattern //a
 | |
| Node /a/b:b/a matches pattern //a
 | |
| Node /a/*[4]/a matches pattern //a
 | |
| Node /a/a:a matches pattern //a:a
 | |
| Node /a/b:b/a/a:a matches pattern //a:a
 | |
| Node /a/*[4] matches pattern //a:a
 | |
| Node /a/c:a matches pattern //a:a
 | |
| Node /a/b matches pattern //b
 | |
| Node /a/a:a/b:b matches pattern //b:b
 | |
| Node /a/b:b matches pattern //b:b
 | |
| Node /a/b:b/a/a:a/b:b matches pattern //b:b
 | |
| Node /a/b:b/a matches pattern /a//a
 | |
| Node /a/*[4]/a matches pattern /a//a
 | |
| Node /a/b matches pattern /a/b
 | |
| Node /a/a:a matches pattern /a/a:a
 | |
| Node /a/*[4] matches pattern /a/a:a
 | |
| Node /a/c:a matches pattern /a/a:a
 | |
| Node /a/a:a matches pattern /a/c:a
 | |
| Node /a/*[4] matches pattern /a/c:a
 | |
| Node /a/c:a matches pattern /a/c:a
 |