Skip to content

Commit

Permalink
test: synchronizing json specs (#1101)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
Co-authored-by: Benjamin Wohlwend <beni@elastic.co>
  • Loading branch information
3 people authored May 2, 2021
1 parent a8a3814 commit 9b360e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/upstream/json-specs/sql_token_examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,20 @@
}
]
},
{
"name": "CQL line comment",
"input": "/* /*nested*/ */ // SELECT /*",
"tokens": [
{
"kind": "COMMENT",
"text": "/* /*nested*/ */"
},
{
"kind": "COMMENT",
"text": "// SELECT /*"
}
]
},
{
"name": "string-literal",
"input": "'abc '' def\\''",
Expand Down

0 comments on commit 9b360e0

Please sign in to comment.