YAML: Fix tests

This commit is contained in:
d056950 2016-10-04 14:27:07 +02:00
parent cdd1cdd0be
commit df77c1f729
2 changed files with 2 additions and 4 deletions

View file

@ -156,9 +156,6 @@ testTokenization('yaml', [
line: ' String',
tokens: [{
startIndex: 0,
type: 'white.yaml'
}, {
startIndex: 2,
type: 'string.yaml'
}]
}],