blob: 0ff47ad7a3424705eb9a7c8dc999ad164e08146b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
"I am string",
"me too",
"",
"\\",
"\/",
"\b",
"\f",
"\n",
"\r",
"\t",
"\"quoted\"",
"http:\/\/www.google.com",
"one \n two \n three",
"front segment 'single quote' and \"double quote\" end segment"
]
|