mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Add backtick tests
This commit is contained in:
parent
52e39d313e
commit
d71afeadce
2 changed files with 12 additions and 0 deletions
|
|
@ -1163,5 +1163,11 @@ testTokenization('go', [
|
|||
line: '}',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: 'delimiter.curly.go' }
|
||||
]}],
|
||||
|
||||
[{
|
||||
line: '`Hello world() ""`',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: 'string.go' }
|
||||
]}]
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue