summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qtokenautomaton/tokenizers/noNamespace/noNamespace.xml
blob: 67738cd3bd746d292454173893e81a66aa3c5459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<tokenAutomaton scope="public"
                className="NoNamespace"
                headerFile="noNamespace.h"
                sourceFile="noNamespace.cpp"
                defaultToken="NoKeyword"
                tokenEnum="Token"
                hasToString="true"
                includeGuardName="q_noNamespace_h">
    <tokens>
        <token>aReallyLongTokenIFreakinMeanItUKnowUKnowKnow</token>
        <token>FFFF</token>
        <token>FFFG</token>
        <token>FFGF</token>
        <token>FFGG</token>
        <token>FFLM</token>
        <token name="_111">def</token>
        <token name="_">abc</token>
        <token name="wobbly">ghi</token>
        <token>we-have-dashes</token>
        <token name="WeHaveDashes2">we-have-dashes-</token>
        <token>colon:in:name:</token>
    </tokens>
</tokenAutomaton>