[squeak-dev] The Trunk: Regex-Tests-Core-mt.15.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 8 06:24:29 UTC 2021


Marcel Taeumel uploaded a new version of Regex-Tests-Core to project The Trunk:
http://source.squeak.org/trunk/Regex-Tests-Core-mt.15.mcz

==================== Summary ====================

Name: Regex-Tests-Core-mt.15
Author: mt
Time: 8 July 2021, 8:24:29.42141 am
UUID: b23ef65a-4e6d-40fe-9608-e6d20e754393
Ancestors: Regex-Tests-Core-ct.14

Merges two lookbehind tests. Thanks Christoph (ct)!

=============== Diff against Regex-Tests-Core-ct.12 ===============

Item was added:
+ ----- Method: RxParserTest>>testOptionalLookbehind (in category 'tests') -----
+ testOptionalLookbehind
+ 
+ 	self assert: ['A' matchesRegex: '((?<=^)A)+'].!

Item was added:
+ ----- Method: RxParserTest>>testOptionalLookbehind2 (in category 'tests') -----
+ testOptionalLookbehind2
+ 
+ 	self assert: [('AB' allRegexMatches: '((?<=a)b)?') asArray = #('A')].!



More information about the Squeak-dev mailing list