summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtokenautomaton/tokenizers/withNamespace/withNamespace.xml
blob: 533eed85b76096b434cb0bb9e14b6073ba738f4c (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
25
<?xml version="1.0" encoding="UTF-8"?>
<tokenAutomaton scope="public"
                className="WithNamespace"
                headerFile="withNamespace.h"
                sourceFile="withNamespace.cpp"
                defaultToken="NoKeyword"
                tokenEnum="Token"
                hasToString="true"
                namespace="TheNamespace"
                includeGuardName="q_withNamespace_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>