[squeak-dev] The Trunk: Regex-Tests-Core-ct.33.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 12 19:14:35 UTC 2022


Christoph Thiede uploaded a new version of Regex-Tests-Core to project The Trunk:
http://source.squeak.org/trunk/Regex-Tests-Core-ct.33.mcz

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

Name: Regex-Tests-Core-ct.33
Author: ct
Time: 12 October 2022, 9:14:35.518651 pm
UUID: fc86c31c-be78-8a4c-ab33-6d1afeb18a4f
Ancestors: Regex-Tests-Core-ct.32

Adds a missing test for negated message predicates.

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

Item was changed:
  ----- Method: RxMatcherTest>>testRegex004 (in category 'testing') -----
  testRegex004
  	self runRegex: #(':isVowel:'
  		'aei' true nil
+ 		'xyz' false nil).
+ 	self runRegex: #(':^isVowel:'
+ 		'aei' false nil
+ 		'xyz' true nil)!
- 		'xyz' false nil)!



More information about the Squeak-dev mailing list