Explorar el Código

update perl test

Zhiqiang Lu hace 7 años
padre
commit
fdf97477a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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' }],
 		},
 	],