Skip to content

Commit

Permalink
browser: restore linebreaks in test text
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 21, 2024
1 parent f1351f9 commit 3b379c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ testText
['<!--<b>Results:</b><br>-->{1}' asTextFromHtml format:
{(self resultsForTestAndMessageSelection
collect: [:result | '{1}: {2}' asText format: {result test title. result valueString}])
inject: Text new into: #,}].
ifEmpty: ['(none)'] ifNotEmpty: [:results |
results fold: [:a :b | a asText , String cr , b]]}].

^ Text streamContents: [:stream |
({resultsText. description} copyWithout: nil)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"testNodePathFor:parent:" : "ct 12/18/2024 04:44",
"testRootPaths" : "ct 12/18/2024 04:43",
"testRoots" : "ct 12/18/2024 21:47",
"testText" : "ct 12/21/2024 20:51",
"testText" : "ct 12/21/2024 21:15",
"testTreeExpanded" : "ct 12/12/2024 06:22",
"testTreeKey:from:" : "ct 12/21/2024 20:40",
"tests" : "ct 12/12/2024 05:54",
Expand Down

0 comments on commit 3b379c2

Please sign in to comment.