summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-09-07 10:58:35 +0200
committerJo Asplin <jo.asplin@nokia.com>2011-09-09 09:36:41 +0200
commit0a208dd4135fc16d05f9fd8c417d99e3f39c39fb (patch)
tree5cfde3be5ff57bcedfa45780338a0c79f19ccdc3 /tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml
parentc59f9ad7768a007ca7a49ea11b16617529e86d52 (diff)
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>
Diffstat (limited to 'tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml')
-rw-r--r--tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml b/tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml
new file mode 100644
index 0000000000..3d7ac868eb
--- /dev/null
+++ b/tests/auto/other/qtokenautomaton/tokenizers/basic/basic.xml
@@ -0,0 +1,25 @@
+<?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>