mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8264 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f2ab1454d0
commit
ff98b42cfb
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ CONSOLE_APP_MAIN
|
|||
for(FindFile ff(GetDataFile("*.qtf")); ff; ff.Next()) {
|
||||
String qtf = LoadFile(ff.GetPath());
|
||||
LOG(ff.GetName() << ' ' << qtf.GetCount());
|
||||
|
||||
ASSERT(qtf.GetLength() > 10000);
|
||||
RichText txt = ParseQTF(qtf);
|
||||
String qtf2 = AsQTF(txt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue