Skip to content

Commit c95a8e0

Browse files
committed
Line Wrap.
1 parent b19b5ea commit c95a8e0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
the `toRdf` output.
2929

3030
### Fixed
31-
- Expanding the value of a graph container which is already a graph object generates a recursive graph object.
31+
- Expanding the value of a graph container which is already
32+
a graph object generates a recursive graph object.
3233
- Compacting multiple nodes in a graph container places them in `@included`.
3334

3435
## 1.7.0 - 2019-08-30

tests/test-common.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,14 @@ const TEST_TYPES = {
419419
idRegex: [
420420
// blank node properties
421421
/toRdf-manifest.jsonld#t0118$/,
422-
// well formed
422+
// terms beginning with ':'
423+
/toRdf-manifest.jsonld#te117$/,
424+
/toRdf-manifest.jsonld#te118$/,
425+
// terms having form of keyword
426+
/toRdf-manifest.jsonld#te119$/,
427+
/toRdf-manifest.jsonld#te120$/,
428+
/toRdf-manifest.jsonld#te122$/,
429+
// well formed
423430
/toRdf-manifest.jsonld#twf01$/,
424431
/toRdf-manifest.jsonld#twf02$/,
425432
/toRdf-manifest.jsonld#twf03$/,

0 commit comments

Comments
 (0)