From b36cd99abd5445dbc59550cd29d5c6f69d07a82e Mon Sep 17 00:00:00 2001 From: breblanc Date: Fri, 15 Nov 2024 18:11:00 +0100 Subject: [PATCH] uncomment code --- tested/dsl/translate_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tested/dsl/translate_parser.py b/tested/dsl/translate_parser.py index 53f4810d..6f589799 100644 --- a/tested/dsl/translate_parser.py +++ b/tested/dsl/translate_parser.py @@ -584,7 +584,7 @@ def _convert_testcase(testcase: YamlDict, context: DslContext) -> Testcase: the_input = LanguageLiterals(literals=the_dict, type=the_type) else: assert isinstance(expr_stmt, str) - # line_comment = extract_comment(expr_stmt) + line_comment = extract_comment(expr_stmt) the_input = parse_string(expr_stmt) return_channel = IgnoredChannel.IGNORED if "statement" in testcase else None else: