diff options
| author | Volpeon <github@volpeon.ink> | 2023-05-28 10:48:57 +0200 |
|---|---|---|
| committer | Volpeon <github@volpeon.ink> | 2023-05-28 10:48:57 +0200 |
| commit | 402b62d399133e635f79369aebc1746349bc74fd (patch) | |
| tree | ea055527a6bc910fd34b1643e23524b182762968 /README.md | |
| parent | Fixed flattening errors (diff) | |
| download | hs-jsonld-402b62d399133e635f79369aebc1746349bc74fd.tar.gz hs-jsonld-402b62d399133e635f79369aebc1746349bc74fd.tar.bz2 hs-jsonld-402b62d399133e635f79369aebc1746349bc74fd.zip | |
Fix reverse property handling in flattening
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,5 +9,5 @@ Tests are generated from the [official test suite](https://github.com/w3c/json-l | |||
| 9 | | Feature | Tests | Pass | Status | | 9 | | Feature | Tests | Pass | Status | |
| 10 | | ---------- | ----- | ---- | ------ | | 10 | | ---------- | ----- | ---- | ------ | |
| 11 | | Expansion | 371 | 371 | 100% | | 11 | | Expansion | 371 | 371 | 100% | |
| 12 | | Compaction | ? | 0 | 0% | | 12 | | Compaction | 55 | 54 | 98% | |
| 13 | | Flattening | ? | 0 | 0% | | 13 | | Flattening | ? | 0 | 0% | |
