Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cel_expr_python/cel_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def testCompilationErrorHandling(self):
self.env.compile("'Hello,' # 'World!'", disable_check=True)
if self.options.enable_pratt_parser:
self.assertIn(
"1:10: unexpected character\n"
"1:10: Syntax error: unexpected character\n"
" | 'Hello,' # 'World!'\n"
" | .........^",
str(e.exception),
Expand Down
Loading