~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/sql/operator_feature.test

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
+ - * /
 
2
= % ^ ~
 
3
| ||
 
4
& &&
 
5
! !=
 
6
< <= << <> <=>
 
7
> >= >>
 
8
 
 
9
AND
 
10
BETWEEN
 
11
IN
 
12
LIKE
 
13
NOT
 
14
OR
 
15
IS
 
16
DIV
 
17
REGEXP
 
18
RLIKE
 
19
SOUNDS LIKE
 
20
XOR
 
21
 
 
22
----------------------------------------------------
 
23
 
 
24
[
 
25
        ["operator", "+"], ["operator", "-"], ["operator", "*"], ["operator", "/"],
 
26
        ["operator", "="], ["operator", "%"], ["operator", "^"], ["operator", "~"],
 
27
        ["operator", "|"], ["operator", "||"],
 
28
        ["operator", "&"], ["operator", "&&"],
 
29
        ["operator", "!"], ["operator", "!="],
 
30
        ["operator", "<"], ["operator", "<="], ["operator", "<<"], ["operator", "<>"], ["operator", "<=>"],
 
31
        ["operator", ">"], ["operator", ">="], ["operator", ">>"],
 
32
        
 
33
        ["operator", "AND"],
 
34
        ["operator", "BETWEEN"],
 
35
        ["operator", "IN"],
 
36
        ["operator", "LIKE"],
 
37
        ["operator", "NOT"],
 
38
        ["operator", "OR"],
 
39
        ["operator", "IS"],
 
40
        ["operator", "DIV"],
 
41
        ["operator", "REGEXP"],
 
42
        ["operator", "RLIKE"],
 
43
        ["operator", "SOUNDS LIKE"],
 
44
        ["operator", "XOR"]
 
45
]
 
46
 
 
47
----------------------------------------------------
 
48
 
 
49
Checks for all operators.
 
 
b'\\ No newline at end of file'