Skip to content
Snippets Groups Projects
Commit 6b808cf7df17 authored by Ingy döt Net's avatar Ingy döt Net
Browse files

spec-1.2 rule [53]

Support "\/" for JSON compatability.
parent e4eabc83396a
No related branches found
No related tags found
No related merge requests found
......@@ -3162,6 +3162,10 @@
*(string.pointer++) = '"';
break;
case '/':
*(string.pointer++) = '/';
break;
case '\'':
*(string.pointer++) = '\'';
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment