mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #3138 from popsql/test-mysql-duplicate
Remove duplicate testcases for mysql
This commit is contained in:
commit
6a9cec5add
1 changed files with 0 additions and 35 deletions
|
|
@ -385,41 +385,6 @@ testTokenization('mysql', [
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
|
||||||
{
|
|
||||||
line: 'declare `abc 321`;',
|
|
||||||
tokens: [
|
|
||||||
{ startIndex: 0, type: 'keyword.sql' },
|
|
||||||
{ startIndex: 7, type: 'white.sql' },
|
|
||||||
{ startIndex: 8, type: 'identifier.quote.sql' },
|
|
||||||
{ startIndex: 9, type: 'identifier.sql' },
|
|
||||||
{ startIndex: 16, type: 'identifier.quote.sql' },
|
|
||||||
{ startIndex: 17, type: 'delimiter.sql' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
|
||||||
{
|
|
||||||
line: '`abc`` 321 `` xyz`',
|
|
||||||
tokens: [
|
|
||||||
{ startIndex: 0, type: 'identifier.quote.sql' },
|
|
||||||
{ startIndex: 1, type: 'identifier.sql' },
|
|
||||||
{ startIndex: 17, type: 'identifier.quote.sql' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
|
||||||
{
|
|
||||||
line: '`abc',
|
|
||||||
tokens: [
|
|
||||||
{ startIndex: 0, type: 'identifier.quote.sql' },
|
|
||||||
{ startIndex: 1, type: 'identifier.sql' }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
line: 'int',
|
line: 'int',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue