~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/nasm/keyword_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
BITS 16 BITS 32 BITS 64
 
2
[BITS 16] [BITS 32] [BITS 64]
 
3
 
 
4
section Foo.bar
 
5
section foobar:
 
6
 
 
7
extern _printf
 
8
global _main
 
9
 
 
10
CPU 8086
 
11
FLOAT DAZ
 
12
DEFAULT REL
 
13
 
 
14
----------------------------------------------------
 
15
 
 
16
[
 
17
        ["keyword", "BITS 16"], ["keyword", "BITS 32"], ["keyword", "BITS 64"],
 
18
        ["keyword", "[BITS 16]"], ["keyword", "[BITS 32]"], ["keyword", "[BITS 64]"],
 
19
        ["keyword", "section Foo.bar"],
 
20
        ["keyword", "section foobar:"],
 
21
        ["keyword", "extern _printf"],
 
22
        ["keyword", "global _main"],
 
23
        ["keyword", "CPU 8086"],
 
24
        ["keyword", "FLOAT DAZ"],
 
25
        ["keyword", "DEFAULT REL"]
 
26
]
 
27
 
 
28
----------------------------------------------------
 
29
 
 
30
Checks for keywords.
 
 
b'\\ No newline at end of file'