From b4c2f11910ac0a2a5dd349b596e65b72348e27c4 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Fri, 7 Jun 2013 12:06:23 -0400 Subject: [PATCH] Turn on useNativeTypes. --- jsonld-tests.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsonld-tests.php b/jsonld-tests.php index 1eafe26..7c889b9 100644 --- a/jsonld-tests.php +++ b/jsonld-tests.php @@ -389,7 +389,8 @@ class TestRunner { // read test input files $type = $test->{'@type'}; $options = array( - 'base' => 'http://json-ld.org/test-suite/tests/' . $test->input); + 'base' => 'http://json-ld.org/test-suite/tests/' . $test->input, + 'useNativeTypes' => true); $pass = false; try {