Changeset 30871c1 in Klonkt for test/c2s-contacts.test.js
- Timestamp:
- 07/20/2026 11:35:45 PM (7 weeks ago)
- Branches:
- main
- Children:
- 562e1b0
- Parents:
- 5143ccf
- git-author:
- Robin <roboburr@…> (07/20/2026 11:35:44 PM)
- git-committer:
- Robin <roboburr@…> (07/20/2026 11:35:45 PM)
- File:
-
- 1 edited
-
test/c2s-contacts.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/c2s-contacts.test.js
r5143ccf r30871c1 44 44 assert.equal(ref.name, 'Dana'); 45 45 }); 46 47 test('prefersEnriched detects the Prefer opt-in (FEP-9876)', () => { 48 assert.equal(AP.prefersEnriched('return=representation'), true); 49 assert.equal(AP.prefersEnriched('return=representation; handling=lenient'), true); 50 assert.equal(AP.prefersEnriched('foo, return=representation'), true); 51 assert.equal(AP.prefersEnriched('return=minimal'), false); 52 assert.equal(AP.prefersEnriched('returnx=representation'), false); 53 assert.equal(AP.prefersEnriched(''), false); 54 assert.equal(AP.prefersEnriched(undefined), false); 55 });
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)