mirror of
				https://gitlab.gnome.org/GNOME/libxml2.git
				synced 2025-10-30 10:45:36 +03:00 
			
		
		
		
	* trionan.c trionan.h xpath.c: more patches from Richard Jinks * test/XPath/expr/compare test/XPath/expr/equality test/XPath/expr/floats test/XPath/expr/functions test/XPath/expr/strings result/XPath/expr/compare result/XPath/expr/equality result/XPath/expr/floats result/XPath/expr/functions result/XPath/expr/strings: Updated tests though they show a divergence on Linux Daniel
		
			
				
	
	
		
			47 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 0<0
 | |
| 0<=0
 | |
| 0>0
 | |
| 0>=0
 | |
| 0<1
 | |
| 0<=1
 | |
| 0>1
 | |
| 0>=1
 | |
| 1<0
 | |
| 1<=0
 | |
| 1>0
 | |
| 1>=0
 | |
| 1<1
 | |
| 1<=1
 | |
| 1>1
 | |
| 1>=1
 | |
| '0'<1
 | |
| '0'<=1
 | |
| '0'>1
 | |
| '0'>=1
 | |
| 0<'1.2'
 | |
| 0<='1.2'
 | |
| 0>'1.2'
 | |
| 0>='1.2'
 | |
| 0<'-0.2'
 | |
| 0<='-0.2'
 | |
| 0>'-0.2'
 | |
| 0>='-0.2'
 | |
| false()<1
 | |
| false()<=1
 | |
| 0>true()
 | |
| 0>=true()
 | |
| 'a' > 'a'
 | |
| 'a' > 'b'
 | |
| 'b' > 'a'
 | |
| 'a' < 'a'
 | |
| 'a' < 'b'
 | |
| 'b' < 'a'
 | |
| 'a' >= 'a'
 | |
| 'a' >= 'b'
 | |
| 'b' >= 'a'
 | |
| 'a' <= 'a'
 | |
| 'a' <= 'b'
 | |
| 'b' <= 'a'
 | |
| 'a' > '0.0'
 | |
| 'a' < '0.0'
 |