Page MenuHomeDevCentral

Refactor weighted list and value
DraftPublic

Authored by dereckson on Sat, Apr 18, 11:38.
Tags
None
Referenced Files
F25940420: D4075.diff
Sun, Apr 19, 04:35
Unknown Object (File)
Sat, Apr 18, 22:44
Subscribers
None
This is a draft revision that has not yet been submitted for review.

Details

Reviewers
None

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
Test Failures
Branch
follow-up-for-doc
Build Status
Buildable 6628
Build 6912: arc lint + arc unit

Event Timeline

dereckson held this revision as a draft.

This change is split from D2810 as it goes beyond documentation effort.

It needs to be revisited as it introduces an array with an empty string instead of an empty array in that test:

1) Keruald\OmniTools\Tests\HTTP\Requests\AcceptedLanguagesTest::testGetLanguageCodesWithBlankInformation
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
+    0 => ''
 )