Skip to content

Commit 9b360e0

Browse files
apmmachineapmmachinebeniwohli
authored
test: synchronizing json specs (#1101)
Co-authored-by: apmmachine <[email protected]> Co-authored-by: Benjamin Wohlwend <[email protected]>
1 parent a8a3814 commit 9b360e0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/upstream/json-specs/sql_token_examples.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,20 @@
116116
}
117117
]
118118
},
119+
{
120+
"name": "CQL line comment",
121+
"input": "/* /*nested*/ */ // SELECT /*",
122+
"tokens": [
123+
{
124+
"kind": "COMMENT",
125+
"text": "/* /*nested*/ */"
126+
},
127+
{
128+
"kind": "COMMENT",
129+
"text": "// SELECT /*"
130+
}
131+
]
132+
},
119133
{
120134
"name": "string-literal",
121135
"input": "'abc '' def\\''",

0 commit comments

Comments
 (0)