mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Add html tests
This commit is contained in:
parent
a7917b195e
commit
e1a09ac16d
9 changed files with 654 additions and 21 deletions
|
|
@ -13,8 +13,8 @@ testTokenization(['php', 'css'], [
|
|||
// We're testing the fact that tokenize does not throw
|
||||
[
|
||||
{ line: '<?php', tokens: [{ startIndex:0, type: "metatag.php" }]},
|
||||
{ line: '"', tokens: [{ startIndex:0, type: "string.php"}]},
|
||||
{ line: '\\', tokens: [{startIndex:0, type:""}]}
|
||||
{ line: '"', tokens: [{ startIndex:0, type: "string.php" }]},
|
||||
{ line: '\\', tokens: [{startIndex:0, type:"" }]}
|
||||
],
|
||||
|
||||
// Blocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue