/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/store-escaped-characters.js
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
- function f() {
- return '\'';
- }
-
- function g() {
- return "\"";
- }
-
- function h() {
- return '\\';
- }