Initial Commit
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
[
|
||||
false
|
||||
/*
|
||||
true
|
||||
*/
|
||||
]
|
||||
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
null
|
||||
/*
|
||||
Some non-comment top-level value is needed;
|
||||
we use null above.
|
||||
*/
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
"This /* block comment */ isn't really a block comment."
|
||||
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
Some non-comment top-level value is needed;
|
||||
we use null below.
|
||||
*/
|
||||
null
|
||||
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* This is a JavaDoc-like block comment.
|
||||
* It contains asterisks inside of it.
|
||||
* It might also be closed with multiple asterisks.
|
||||
* Like this:
|
||||
**/
|
||||
true
|
||||
service002/node_modules/json5/test/parse-cases/comments/inline-comment-following-array-element.json5
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
[
|
||||
false // true
|
||||
]
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
null // Some non-comment top-level value is needed; we use null here.
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
"This inline comment // isn't really an inline comment."
|
||||
Generated
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
// Some non-comment top-level value is needed; we use null below.
|
||||
null
|
||||
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
/*
|
||||
This should fail;
|
||||
comments cannot be the top-level value.
|
||||
*/
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
// This should fail; comments cannot be the top-level value.
|
||||
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
true
|
||||
/*
|
||||
This block comment doesn't terminate.
|
||||
There was a legitimate value before this,
|
||||
but this is still invalid JS/JSON5.
|
||||
Reference in New Issue
Block a user