Fix bug in stripComments
[folly.git] / folly / test / json_test_data / commented.json.exp
1 {
2     "test": "foo",   "test2": "foo // bar",   
3   "test4": "foo /* bar", 
4   "te//": "foo",
5   "te/*": "bar",
6   "\\\"": "\\" 
7 }