]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - prebuilt/iot-gateway/node_modules/object-inspect/test/lowbyte.js
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / prebuilt / iot-gateway / node_modules / object-inspect / test / lowbyte.js
diff --git a/prebuilt/iot-gateway/node_modules/object-inspect/test/lowbyte.js b/prebuilt/iot-gateway/node_modules/object-inspect/test/lowbyte.js
deleted file mode 100644 (file)
index debd59c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-var test = require('tape');
-var inspect = require('../');
-
-var obj = { x: 'a\r\nb', y: '\5! \x1f \022' };
-
-test('interpolate low bytes', function (t) {
-    t.plan(1);
-    t.equal(
-        inspect(obj),
-        "{ x: 'a\\r\\nb', y: '\\x05! \\x1f \\x12' }"
-    );
-});