Changeset 21257e4 in Klonkt for test/activitypub-as2.test.js
- Timestamp:
- 08/16/2026 01:32:40 PM (3 weeks ago)
- Branches:
- main
- Children:
- d8f7d9c
- Parents:
- 9a585bf
- File:
-
- 1 edited
-
test/activitypub-as2.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/activitypub-as2.test.js
r9a585bf r21257e4 22 22 // adds a term we adopt). JSON-LD keywords included. 23 23 const AS2 = new Set([ 24 '@context', '@id', '@type', 24 // `@container` hoort in dit rijtje omdat de verzamelaar hieronder OOK door 25 // @context zelf loopt, en een termdefinitie mag naast @id en @type ook een 26 // container dragen (artist_credit is bij Funkwhale een @list). Het is een 27 // JSON-LD-sleutelwoord, geen vocabulaire -- die laatste is wat deze test moet 28 // vangen. Zonder deze regel faalde hij op een correcte declaratie. 29 '@context', '@id', '@type', '@container', 25 30 'id', 'type', 'actor', 'object', 'target', 'to', 'cc', 26 31 'content', 'name', 'summary', 'url', 'href', 'mediaType',
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)