Update compact contexts which do not have @context to contain an empty @context.
--- a/test-suite/tests/compact-0001-context.jsonld Mon Aug 26 18:17:53 2013 -0700
+++ b/test-suite/tests/compact-0001-context.jsonld Mon Aug 26 18:24:50 2013 -0700
@@ -1,2 +1,3 @@
{
+ "@context": {}
}
--- a/test-suite/tests/compact-0003-context.jsonld Mon Aug 26 18:17:53 2013 -0700
+++ b/test-suite/tests/compact-0003-context.jsonld Mon Aug 26 18:24:50 2013 -0700
@@ -1,2 +1,3 @@
{
+ "@context": {}
}
--- a/test-suite/tests/compact-0039-context.jsonld Mon Aug 26 18:17:53 2013 -0700
+++ b/test-suite/tests/compact-0039-context.jsonld Mon Aug 26 18:24:50 2013 -0700
@@ -1,2 +1,3 @@
{
+ "@context": {}
}
--- a/test-suite/tests/compact-0040-context.jsonld Mon Aug 26 18:17:53 2013 -0700
+++ b/test-suite/tests/compact-0040-context.jsonld Mon Aug 26 18:24:50 2013 -0700
@@ -1,2 +1,3 @@
{
+ "@context": {}
}
--- a/test-suite/tests/compact-0046-context.jsonld Mon Aug 26 18:17:53 2013 -0700
+++ b/test-suite/tests/compact-0046-context.jsonld Mon Aug 26 18:24:50 2013 -0700
@@ -1,1 +1,3 @@
-{ }
+{
+ "@context": {}
+}
--- a/test-suite/tests/compact-0051-context.jsonld Mon Aug 26 18:17:53 2013 -0700
+++ b/test-suite/tests/compact-0051-context.jsonld Mon Aug 26 18:24:50 2013 -0700
@@ -1,1 +1,3 @@
-{}
\ No newline at end of file
+{
+ "@context": {}
+}