[squeak-dev] The Inbox: CollectionsTests-ct.357.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 6 20:10:53 UTC 2021


A new version of CollectionsTests was added to project The Inbox:
http://source.squeak.org/inbox/CollectionsTests-ct.357.mcz

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

Name: CollectionsTests-ct.357
Author: ct
Time: 6 May 2021, 10:10:49.328835 pm
UUID: 4127e94a-ff43-c34b-937d-0760d63c4226
Ancestors: CollectionsTests-nice.354

Adds test for Collections-ct.945 (empty end tag </img>).

=============== Diff against CollectionsTests-nice.354 ===============

Item was added:
+ ----- Method: HtmlReadWriterTest>>test17EmptyEndImgTag (in category 'tests') -----
+ test17EmptyEndImgTag
+ 	"Empty end tags are disallowed in XHTML but required in HTML5."
+ 
+ 	self convertHtml: 'a<img></img>z'.
+ 	self assert: ({$a. Character value: 1. $z} as: String) equals: text string.
+ 	self assert: (RunArray new: 3 withAll: #()) equals: text runs!



More information about the Squeak-dev mailing list