~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to ext/scintilla/test/examples/x.d

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
Import upstream version 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$
 
2
// /++ +/ doccomments are not yet supported
 
3
/* */
 
4
/** */
 
5
/// drdr
 
6
/+ /+ +/ +/
 
7
//keyword test
 
8
keyword1
 
9
keyword2
 
10
keyword4
 
11
keyword5
 
12
keyword6
 
13
keyword7
 
14
//unicode identifier test
 
15
вапёasdÓΘΣαԷԸՑהכ拉麺とひシマイ단결을
 
16
//strings test
 
17
's
 
18
'
 
19
w's'w
 
20
"multiline
 
21
                        string"w
 
22
e"zz"e
 
23
r"asd\"e
 
24
r"multiline
 
25
                        string"c
 
26
r`asd\`e
 
27
`multiline
 
28
                        string`d
 
29
x"023 abc"e
 
30
x"023
 
31
        abc"w
 
32
//numbers test
 
33
a[3..4]=3
 
34
2.stringof
 
35
2.0.stringof
 
36
2.
 
37
2.2e+2
 
38
2.2e-2
 
39
.2e+2
 
40
.2
 
41
2e+2
 
42
0x2e+2
 
43
0x2ep+10
 
44
,.2.stringof,
 
45
 
 
46
end
 
47