aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVolpeon <github@volpeon.ink>2023-05-28 10:48:57 +0200
committerVolpeon <github@volpeon.ink>2023-05-28 10:48:57 +0200
commit402b62d399133e635f79369aebc1746349bc74fd (patch)
treeea055527a6bc910fd34b1643e23524b182762968 /README.md
parentFixed flattening errors (diff)
downloadhs-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e74bcd1..82ac774 100644
--- a/README.md
+++ b/README.md
@@ -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% |