We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d451c3c commit 947760fCopy full SHA for 947760f
test/cli/index/common/fail-self-referencing-metaschema.sh
@@ -80,9 +80,10 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#2)
80
( 8%) Producing: explorer/%/404.metapack
81
( 11%) Producing: schemas/example/schemas/my-metaschema/%/schema.metapack
82
error: Could not resolve the metaschema of the schema
83
- https://sourcemeta.com/example/schemas/my-metaschema
+ at identifier https://sourcemeta.com/example/schemas/my-metaschema
84
+ at path $(realpath "$TMP")/schemas/my-metaschema.json
85
-Did you forget to register a schema with such URI in the one?
86
+Did you forget to register a schema with such URI?
87
EOF
88
89
diff "$TMP/output.txt" "$TMP/expected1.txt" || diff "$TMP/output.txt" "$TMP/expected2.txt"
0 commit comments