瀏覽代碼

update perl test

Zhiqiang Lu 7 年之前
父節點
當前提交
fdf97477a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/perl/perl.test.ts

+ 1 - 1
src/perl/perl.test.ts

@@ -34,7 +34,7 @@ testTokenization('perl', [
 	// Shebang
 	[
 		{
-			line: '#!/bin/env bash',
+			line: '#!/bin/env perl',
 			tokens: [{ startIndex: 0, type: 'metatag.perl' }],
 		},
 	],