mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
update perl test
This commit is contained in:
parent
ce9ef2b74d
commit
fdf97477a6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ testTokenization('perl', [
|
|||
// Shebang
|
||||
[
|
||||
{
|
||||
line: '#!/bin/env bash',
|
||||
line: '#!/bin/env perl',
|
||||
tokens: [{ startIndex: 0, type: 'metatag.perl' }],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue