tests/auto/qtokenautomaton/tokenizers/boilerplate/boilerplate.xml
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <tokenAutomaton scope="public"
       
     3                 className="Boilerplate"
       
     4                 headerFile="boilerplate.h"
       
     5                 sourceFile="boilerplate.cpp"
       
     6                 defaultToken="NoKeyword"
       
     7                 tokenEnum="Token"
       
     8                 hasToString="true"
       
     9                 includeGuardName="q_Basic_h">
       
    10     <tokens>
       
    11         <token>aReallyLongTokenIFreakinMeanItUKnowUKnowKnow</token>
       
    12         <token>FFFF</token>
       
    13         <token>FFFG</token>
       
    14         <token>FFGF</token>
       
    15         <token>FFGG</token>
       
    16         <token>FFLM</token>
       
    17         <token name="_111">def</token>
       
    18         <token name="_">abc</token>
       
    19         <token name="wobbly">ghi</token>
       
    20         <token>colon:in:name:</token>
       
    21     </tokens>
       
    22 
       
    23     <boilerplate>
       
    24         <prolog>/****************************************************************************
       
    25 **
       
    26 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    27 ** All rights reserved.
       
    28 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
    29 **
       
    30 ** This file is part of the test suite of the Qt Toolkit.
       
    31 **
       
    32 ** $QT_BEGIN_LICENSE:LGPL$
       
    33 ** No Commercial Usage
       
    34 ** This file contains pre-release code and may not be distributed.
       
    35 ** You may use this file in accordance with the terms and conditions
       
    36 ** contained in the Technology Preview License Agreement accompanying
       
    37 ** this package.
       
    38 **
       
    39 ** GNU Lesser General Public License Usage
       
    40 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    41 ** General Public License version 2.1 as published by the Free Software
       
    42 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    43 ** packaging of this file.  Please review the following information to
       
    44 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    45 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    46 **
       
    47 ** In addition, as a special exception, Nokia gives you certain additional
       
    48 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    49 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    50 **
       
    51 ** If you have questions regarding the use of this file, please contact
       
    52 ** Nokia at qt-info@nokia.com.
       
    53 **
       
    54 **
       
    55 **
       
    56 **
       
    57 **
       
    58 **
       
    59 **
       
    60 **
       
    61 ** $QT_END_LICENSE$
       
    62 **
       
    63 ****************************************************************************/
       
    64 
       
    65 </prolog>
       
    66     </boilerplate>
       
    67 </tokenAutomaton>