]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/string/raw/is-implemented.js
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / node-gyp / node_modules / path-array / node_modules / array-index / node_modules / es6-symbol / node_modules / es5-ext / string / raw / is-implemented.js
1 'use strict';
2
3 module.exports = function () {
4         var raw = String.raw, test;
5         if (typeof raw !== 'function') return false;
6         test = ['foo\nbar', 'marko\n'];
7         test.raw = ['foo\\nbar', 'marko\\n'];
8         return raw(test, 'INSE\nRT') === 'foo\\nbarINSE\nRTmarko\\n';
9 };