@@ -202,6 +202,8 @@ void main() {
202
202
// Check against everything in ZULIP_ASSIGNMENT_COLORS
203
203
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
204
204
// (Skipping `streamColors` because there are 100+ of them.)
205
+ // On how to extract expected results from the replit, see:
206
+ // https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296
205
207
206
208
// TODO Fix bug causing our implementation's results to differ from the
207
209
// replit's. Where they differ, see comment with what the replit gives.
@@ -241,6 +243,8 @@ void main() {
241
243
// Check against everything in ZULIP_ASSIGNMENT_COLORS
242
244
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
243
245
// (Skipping `streamColors` because there are 100+ of them.)
246
+ // On how to extract expected results from the replit, see:
247
+ // https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296
244
248
245
249
// TODO Fix bug causing our implementation's results to differ from the
246
250
// replit's. Where they differ, see comment with what the replit gives.
@@ -280,6 +284,8 @@ void main() {
280
284
// Check against everything in ZULIP_ASSIGNMENT_COLORS
281
285
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
282
286
// (Skipping `streamColors` because there are 100+ of them.)
287
+ // On how to extract expected results from the replit, see:
288
+ // https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296
283
289
284
290
// TODO Fix bug causing our implementation's results to differ from the
285
291
// replit's. Where they differ, see comment with what the replit gives.
0 commit comments