The Inbox: CollectionsTests-ct.357.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: CollectionsTests-ct.357.mcz

commits-2
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!