repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libxml2 2.9.1 clean sources
[tomato.git]
/
release
/
src
/
router
/
libxml2
/
test
/
XPath
/
expr
/
equality
blob
798217310af4eaf58bf806abfebae5aeba8c1a80
1
1=1
2
1!=1
3
1=0
4
1!=0
5
true()=true()
6
true()!=true()
7
true()=false()
8
false()!=true()
9
'test'='test'
10
'test'!='test'
11
'test2'='test'
12
'test2'!='test'
13
false()=0
14
false()!=0
15
false()=1
16
false()!=1
17
0=true()
18
0!=true()
19
1=true()
20
1!=true()
21
true()='test'
22
false()='test'
23
'test'!=true()
24
'test'!=false()
25
'a'=0.0
26
'a'!=0.0