Update expected diagnostic results for continue/break statements

This commit is contained in:
Stephan Unverwerth 2017-09-28 20:55:59 +02:00
Родитель ca875d95ee
Коммит 8378884436
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"kind": 0,
"message": "Expected positive integer literal.",
"message": "Positive integer literal expected.",
"start": 128,
"length": 3
}

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"kind": 0,
"message": "Expected positive integer literal.",
"message": "Positive integer literal expected.",
"start": 128,
"length": 1
}

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"kind": 0,
"message": "Expected positive integer literal.",
"message": "Positive integer literal expected.",
"start": 70,
"length": 3
},

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"kind": 0,
"message": "Expected positive integer literal.",
"message": "Positive integer literal expected.",
"start": 131,
"length": 3
}

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"kind": 0,
"message": "Expected positive integer literal.",
"message": "Positive integer literal expected.",
"start": 131,
"length": 1
}

Просмотреть файл

@ -1,7 +1,7 @@
[
{
"kind": 0,
"message": "Expected positive integer literal.",
"message": "Positive integer literal expected.",
"start": 73,
"length": 3
},