qt5base-lts/tests/auto/other/qtokenautomaton/tokenizers/withNamespace/withNamespace.xml
Jo Asplin 0a208dd413 Moved autotests in category 'other' into new directory structure
Task-number: QTBUG-21327

Change-Id: I296063b665809e0411a7546fc9b41a287317ecb7
Reviewed-on: http://codereview.qt-project.org/4326
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-09-09 09:36:41 +02:00

26 lines
914 B
XML

<?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>