From d7204bba1d32fccadf9441eb66555d41fc629320 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 7 Mar 2004 09:34:18 +0000 Subject: [PATCH] small fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/regex/regex.pl | 6 +++--- tests/regex/wxreg.test | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/regex/regex.pl b/tests/regex/regex.pl index af0cfe8a78..cf2ba46d59 100755 --- a/tests/regex/regex.pl +++ b/tests/regex/regex.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl ############################################################################# # Name: regex.pl # Purpose: Generate test code for wxRegEx from 'reg.test' @@ -24,6 +24,7 @@ # use strict; +use warnings; use File::Basename; #use encoding "UTF-8"; # enable in the future when perl 5.6.x is just a memory @@ -291,8 +292,7 @@ Example: $prog -o regex.inc reg.test wxreg.test Input files should be in UTF-8. If no input files are specified input is read from stdin. If no output file is specified output is written to stdout. -See the comments in reg.test (in src/regex) for details of the input file -format. +See the comments in reg.test for details of the input file format. EOT exit 0; } diff --git a/tests/regex/wxreg.test b/tests/regex/wxreg.test index 3ae0f23551..5b33e3df86 100644 --- a/tests/regex/wxreg.test +++ b/tests/regex/wxreg.test @@ -8,8 +8,8 @@ ############################################################################# # -# The layout of this file is the same as src/regex/reg.test. See the comments -# in that file for full details. The encoding used in here is UTF-8. +# The layout of this file is the same as reg.test. See the comments in that +# file for full details. The encoding used in here is UTF-8. # # These tests test the character classifications over the ascii range pretty # thoroughly, since hopefully these will be similar for all platforms and -- 2.45.2