Changeset 749605a in Klonkt for test/activitypub-as2.test.js
- Timestamp:
- 08/16/2026 03:06:18 PM (3 weeks ago)
- Branches:
- main
- Children:
- a5caa73
- Parents:
- a5515b4 (diff), 9026de5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
test/activitypub-as2.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/activitypub-as2.test.js
ra5515b4 r749605a 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)