summaryrefslogtreecommitdiff
path: root/tests/functional/l/logical_tautology.txt
blob: 775e8a1acb8a9f8ecbeea845ae316cc7c9dd20fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
comparison-with-itself:6:7:6:17:foo:Redundant comparison - arg == arg:UNDEFINED
comparison-with-itself:8:9:8:19:foo:Redundant comparison - arg != arg:UNDEFINED
comparison-with-itself:10:9:10:18:foo:Redundant comparison - arg > arg:UNDEFINED
comparison-with-itself:12:9:12:19:foo:Redundant comparison - arg <= arg:UNDEFINED
comparison-with-itself:14:9:14:21:foo:Redundant comparison - None == None:UNDEFINED
comparison-with-itself:16:9:16:19:foo:Redundant comparison - 786 == 786:UNDEFINED
comparison-with-itself:18:9:18:19:foo:Redundant comparison - 786 is 786:UNDEFINED
comparison-with-itself:20:9:20:23:foo:Redundant comparison - 786 is not 786:UNDEFINED
comparison-with-itself:22:9:22:19:foo:Redundant comparison - arg is arg:UNDEFINED
comparison-with-itself:24:9:24:23:foo:Redundant comparison - arg is not arg:UNDEFINED
comparison-with-itself:26:9:26:21:foo:Redundant comparison - True is True:UNDEFINED
comparison-with-itself:36:18:36:28:bar:Redundant comparison - arg != arg:UNDEFINED