Browse Source

update perl test

Zhiqiang Lu 7 năm trước cách đây
mục cha
commit
fdf97477a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/perl/perl.test.ts

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

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