strip comments unit test

This commit is contained in:
fewieden
2018-02-13 07:17:46 +01:00
parent d775bc9d7e
commit d709a44960
3 changed files with 74 additions and 41 deletions

View File

@@ -0,0 +1,13 @@
{
// Escaped
"FOO\"BAR": "Today",
/*
* The following lines
* represent cardinal directions
*/
"N": "N",
"E": "E",
"S": "S",
"W": "W"
}