w3c / vc-data-model-2.0-test-suite

W3C Verifiable Credentials v2.0 test suite
https://w3c.github.io/vc-data-model-2.0-test-suite/
Other
9 stars 10 forks source link

Add issuer name tests. #47

Closed aljones15 closed 7 months ago

aljones15 commented 7 months ago

Adds a test for "If present, the value of the issuer.name property MUST be a string or a language value object as described in 10.1 Language and Base Direction."

  1. create an invalid "value object" with an extra prop like "url"
  2. create a value object array with multiple languages
  3. add a test with @direction
JSAssassin commented 7 months ago

Also need to add a changelog entry for the test like in the other PR.