mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
more tests and fixes
This commit is contained in:
parent
5bdff0c4a7
commit
70dcf9020c
2 changed files with 16 additions and 3 deletions
|
|
@ -80,4 +80,16 @@ testTokenization('abap', [
|
|||
{ startIndex: 20, type: 'delimiter.abap' },
|
||||
]
|
||||
}],
|
||||
[{
|
||||
line: '\'he\'\' llo\'',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: 'string.abap' },
|
||||
]
|
||||
}],
|
||||
[{
|
||||
line: '|hel\\|lo|',
|
||||
tokens: [
|
||||
{ startIndex: 0, type: 'string.abap' },
|
||||
]
|
||||
}],
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue