UniSet 2.45.1
Класс tests.test_parser.TestInvalidST

Открытые члены

 test_garbage_raises_parse_error (self)
 test_unclosed_if_raises_parse_error (self)
 test_missing_end_program_raises_parse_error (self)
 test_parse_error_format_includes_line_col (self)

Подробное описание

Tests that invalid ST source raises ParseError with location info.

Методы

◆ test_parse_error_format_includes_line_col()

tests.test_parser.TestInvalidST.test_parse_error_format_includes_line_col ( self)
Verify ParseError string includes file:line:col format.