--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-suite/tests/expand-0019-in.jsonld Mon Apr 09 19:24:24 2012 +0800
@@ -0,0 +1,6 @@
+{
+ "@context": {
+ "myproperty": "http://example.com/myproperty"
+ },
+ "myproperty": { "@value" : null }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-suite/tests/expand-0019-out.jsonld Mon Apr 09 19:24:24 2012 +0800
@@ -0,0 +1,3 @@
+[
+ { }
+]
--- a/test-suite/tests/expand-manifest.jsonld Mon Apr 09 19:05:49 2012 +0800
+++ b/test-suite/tests/expand-manifest.jsonld Mon Apr 09 19:24:24 2012 +0800
@@ -94,5 +94,10 @@
"name": "override default @language in terms",
"input": "expand-0018-in.jsonld",
"expect": "expand-0018-out.jsonld"
+ }, {
+ "@type": ["test:TestCase", "jld:ExpandTest"],
+ "name": "remove @value = null",
+ "input": "expand-0019-in.jsonld",
+ "expect": "expand-0019-out.jsonld"
}]
}