[Pcre-svn] [512] code/trunk: Fix bug for test 22.

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [512] code/trunk: Fix bug for test 22.
Revision: 512
          http://www.exim.org/viewvc/pcre2?view=rev&revision=512
Author:   ph10
Date:     2016-04-22 15:10:51 +0100 (Fri, 22 Apr 2016)
Log Message:
-----------
Fix bug for test 22.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/RunTest.bat


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2016-04-12 11:27:41 UTC (rev 511)
+++ code/trunk/ChangeLog    2016-04-22 14:10:51 UTC (rev 512)
@@ -100,7 +100,9 @@
 22. Added support for string callouts to pcre2grep (Zoltan's patch with PH 
 additions).


+23. RunTest.bat was missing a "set type" line for test 22.

+
Version 10.21 12-January-2016
-----------------------------


Modified: code/trunk/RunTest.bat
===================================================================
--- code/trunk/RunTest.bat    2016-04-12 11:27:41 UTC (rev 511)
+++ code/trunk/RunTest.bat    2016-04-22 14:10:51 UTC (rev 512)
@@ -25,6 +25,7 @@
 @rem The file was converted for PCRE2 by PH, February 2015.
 @rem Updated for new test 14 (moving others up a number), August 2015.
 @rem Tidied and updated for new tests 21, 22, 23 by PH, October 2015.
+@rem PH added missing "set type" for test 22, April 2016.



setlocal enabledelayedexpansion
@@ -275,6 +276,9 @@
if [%1]==[14] (
set type=-%bits%
)
+if [%1]==[22] (
+ set type=-%bits%
+)

fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL