This page was design to test that values of a hResume which are meant to have only a single occurrence are parsed correctly.
From: hResume test suite 1.0
Tests:
| Test | Result | Comment |
|---|---|---|
| hresume[0].contact | HasProperty(true) | The contact is a singular value |
| hresume[0].contact.fn | IsEqualTo("John Doe") | The contact is a hcard and has a fn value |
| hresume[0].summary | IsEqualTo("Interactive designer looking for a job") | The summary is a singular value |
History: