Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Adding web5-swift (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq authored Feb 1, 2024
1 parent da7d939 commit ee5a1e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reports/report-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ <h1>Web5 Spec Compliance Report</h1>
<h2 id="{{ $category }}_table-caption">{{ $category }}</h2>
<table aria-labelledby="{{ $category }}_table-caption">
<colgroup>
<col span="1" />
<col span="2" />
<col style="width: 25%;" />
<col style="width: 25%;" />
<col style="width: 25%;" />
<col style="width: 25%;" />
</colgroup>
<thead>
<tr>
Expand Down
9 changes: 9 additions & 0 deletions reports/sdks.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ var (
VectorPath: "test-vectors",
Type: "web5",
},
{
Name: "web5-swift",
Repo: "TBD54566975/web5-swift",
ArtifactName: "test-results",
FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`),
VectorRegex: regexp.MustCompile(`test_(\w+)`),
VectorPath: "test-vectors",
Type: "web5",
},
{
Name: "tbdex-js",
Repo: "TBD54566975/tbdex-js",
Expand Down

0 comments on commit ee5a1e1

Please sign in to comment.