From d38795168b8c4aad243d0b466c15adac30f4920c Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Mon, 27 Oct 2025 10:02:16 +0100 Subject: [PATCH] Update test/integration/tags/table_row_test.rb Co-authored-by: Gray Gilmore --- test/integration/tags/table_row_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/tags/table_row_test.rb b/test/integration/tags/table_row_test.rb index 828f7738..44cdcdd9 100644 --- a/test/integration/tags/table_row_test.rb +++ b/test/integration/tags/table_row_test.rb @@ -461,7 +461,6 @@ class TableRowTest < Minitest::Test end with_error_modes(:rigid) do - # Rigid mode validates expression syntax and rejects invalid expressions error = assert_raises(SyntaxError) { Template.parse(template) } assert_match(/Unexpected character =/, error.message) end