Update test-suite index page:
authorGregg Kellogg <gregg@kellogg-assoc.com>
Fri, 02 Aug 2013 14:20:47 -0700
changeset 1838 9c76e52c0138
parent 1837 901e51785181
child 1839 f524f570e380
child 1840 b7acf4acc15d
Update test-suite index page:
* link to manifests,
* show other optional parts for each test entry.
test-suite/index.html
--- a/test-suite/index.html	Fri Aug 02 13:59:36 2013 -0700
+++ b/test-suite/index.html	Fri Aug 02 14:20:47 2013 -0700
@@ -18,7 +18,7 @@
   <script id="manifest" tile="application/ld+json" src="manifest.jsonld"></script>
   <script id="manifest-template" type="text/x-handlebars-template">
     <section>
-      <h3>{{name}}</h3>
+      <h3><a href="tests/{{name}}-manifest.jsonld">{{name}}</a> tests</h3>
       <p>{{description}}</p>
       <dl class="test-description">
         {{#each sequence}}
@@ -28,6 +28,12 @@
           <div>Purpose: {{this.purpose}}</div>
           {{/if}}
           <div>Test input: <a href="{{this.input}}">{{this.input}}</a></div>
+          {{#if this.context}}
+          <div>Context: <a href="{{this.context}}">{{this.context}}</a></div>
+          {{/if}}
+          {{#if this.frame}}
+          <div>Frame: <a href="{{this.frame}}">{{this.frame}}</a></div>
+          {{/if}}
           <div>Expected output: <a href="{{this.input}}">{{this.input}}</a></div>
         </dd>
         {{/each}}