tests/auto/qtokenautomaton/tokenizers/basic/basic.xml
author Craig Heath <craigh@symbian.org>
Wed, 16 Jun 2010 16:18:05 +0100
branchGCC_SURGE
changeset 26 8776df5ac359
parent 0 1918ee327afb
permissions -rw-r--r--
Bug 2955. Workaround for lack of atomic operations in GCCE standard libraries (fall back to default use of Mutex)

<?xml version="1.0" encoding="UTF-8"?>
<tokenAutomaton scope="public"
                className="Basic"
                headerFile="basic.h"
                sourceFile="basic.cpp"
                defaultToken="NoKeyword"
                tokenEnum="Token"
                hasToString="true"
                includeGuardName="q_Basic_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>
        <token>one:colon</token>
    </tokens>
</tokenAutomaton>