mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 14:55:57 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@3908 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2a6c0b68e6
commit
42ef8134d2
2 changed files with 11 additions and 9 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#include <Core/Core.h>
|
||||
#include <Plugin/Pcre/Pcre.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
RegExp r0("(\\w+)\\s(\\w+)\\s(\\w+)");
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
uses
|
||||
Core,
|
||||
Pcre;
|
||||
|
||||
file
|
||||
PcreTest.cpp charset "UTF-8";
|
||||
|
||||
mainconfig
|
||||
"" = "CONSOLE";
|
||||
uses
|
||||
Core;
|
||||
|
||||
file
|
||||
PcreTest.cpp charset "UTF-8";
|
||||
|
||||
mainconfig
|
||||
"" = "CONSOLE";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue