PageRenderTime 12ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/store-escaped-characters.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 23cc1d65d32263c7c59fd8d06d036bf1 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. function f() {
  2. return '\'';
  3. }
  4. function g() {
  5. return "\"";
  6. }
  7. function h() {
  8. return '\\';
  9. }