PageRenderTime 38ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-string.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 82bd53e0d9bcb45ff01be6199ef86bee MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. x = "";
  2. x = '';
  3. x = "x";
  4. x = 'x';
  5. x = "\"";
  6. x = '\'';
  7. x = "\b\t\n\v\f\r\"\'\\";
  8. x = new RegExp('x\\(\\)\\\\\\/');
  9. x = 'foo\
  10. bar';