qt5base-lts/tests/auto/qtokenautomaton/tokenizers/withNamespace/withNamespace.xml

26 lines
914 B
XML
Raw Normal View History

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