From a8ae7c476766121c9356fa21803f1da8fe482cc2 Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Wed, 15 Jan 2025 16:14:03 +0300 Subject: [PATCH] feat(#3744): fix the message for 'double-empty-lines.yaml' check --- .../org/eolang/parser/eo-typos/double-empty-lines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml b/eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml index c688e9ab33..c8a16f011b 100644 --- a/eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml +++ b/eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml @@ -26,7 +26,7 @@ line: 4 # The error message should be more informative and should highlight the exact location # of the error. message: | - [4:0] error: 'extraneous input '\n' expecting {COMMENTARY, 'Q', 'QQ', '*', '$', '[', '(', '@', '^', BYTES, STRING, INT, FLOAT, HEX, NAME, TEXT}' + [4:0] error: 'Invalid program declaration' input: | # No comments.