[squeak-dev] The Inbox: Regex-Tests-Core-ct.25.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 20 14:32:56 UTC 2021


A new version of Regex-Tests-Core was added to project The Inbox:
http://source.squeak.org/inbox/Regex-Tests-Core-ct.25.mcz

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

Name: Regex-Tests-Core-ct.25
Author: ct
Time: 20 October 2021, 4:32:55.866482 pm
UUID: 6da8bf34-cd74-cf41-b7ce-32ec4686dcd0
Ancestors: Regex-Tests-Core-mt.16

Fixes #testOptionalLookbehind2. It still fails, but this time for the real bug in the matcher instead of a lowercase slip in the test.

=============== Diff against Regex-Tests-Core-mt.16 ===============

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



More information about the Squeak-dev mailing list