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

commits at source.squeak.org commits at source.squeak.org
Wed Jul 7 22:52:33 UTC 2021


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

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

Name: Regex-Tests-Core-ct.14
Author: ct
Time: 8 July 2021, 12:52:32.198695 am
UUID: 7fc43ad7-9987-9f48-aee8-07498df21307
Ancestors: Regex-Tests-Core-ct.13

Adds another regression test for lookbehinds in nullable closures. This one is more serious; it raises a nil MNU because the marker chain is defect.

Just adding this for now as a known bug, I don't have the resources to fix this right now. But if no one else is keen on this, I will probably give this another try in my next holidays ... :-)

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

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



More information about the Squeak-dev mailing list