update inbox list
This commit is contained in:
18
vendor/scrivo/highlight.php/test/markup/json/comments.txt
vendored
Normal file
18
vendor/scrivo/highlight.php/test/markup/json/comments.txt
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/* multi-line comment before */
|
||||
[
|
||||
{
|
||||
"title": "apples", // yum
|
||||
"count": [12000, 20000], /* so many? */
|
||||
"description": {"text": "...", "sensitive": false}
|
||||
},
|
||||
{
|
||||
"title": "oranges",
|
||||
"count": [17500, null],
|
||||
"description": {"text": "...", "sensitive": false}
|
||||
}
|
||||
// {
|
||||
// "title" : "brocolli"
|
||||
// }
|
||||
]
|
||||
/* multi-line
|
||||
comment after */
|
||||
Reference in New Issue
Block a user