~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/abap/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
a-b
 
10
a~b
 
11
a->b
 
12
a=>b
 
13
a|b
 
14
a{b}c
 
15
 
 
16
----------------------------------------------------
 
17
 
 
18
[
 
19
        ["punctuation", "."],
 
20
        ["operator", "+"], ["operator", "-"],
 
21
        ["operator", "/"], ["operator", "*"], ["operator", "**"],
 
22
        ["operator", "<"], ["operator", ">"], ["operator", "<="], ["operator", ">="],
 
23
        ["operator", "="], ["operator", "?="], ["operator", "<>"],
 
24
 
 
25
        ["string-operator", "&"], ["string-operator", "&&"],
 
26
 
 
27
        "\r\n\r\na", ["token-operator", "-"],
 
28
        "b\r\na", ["token-operator", "~"],
 
29
        "b\r\na", ["token-operator", "->"],
 
30
        "b\r\na", ["token-operator", "=>"],
 
31
        "b\r\na", ["token-operator", "|"],
 
32
        "b\r\na", ["token-operator", "{"], "b", ["token-operator", "}"], "c"
 
33
]
 
34
 
 
35
----------------------------------------------------
 
36
 
 
37
Checks for operators, string-operators and token-operators.
 
38
The leading dot serves only because tests are trimmed.
 
 
b'\\ No newline at end of file'