update perl test

This commit is contained in:
Zhiqiang Lu 2018-06-15 17:51:29 +08:00
parent ce9ef2b74d
commit fdf97477a6

View file

@ -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' }],
}, },
], ],