From 5a210fc8f66231221706edfcd8ada2ac0b40c513 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Thu, 23 Oct 2025 09:52:53 +0200 Subject: [PATCH] Update Rakefile Co-authored-by: Alok Swamy --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ae41567a..586b6173 100755 --- a/Rakefile +++ b/Rakefile @@ -33,7 +33,7 @@ task :rubocop do end end -desc('runs test suite with all parsers (lax, strict, and rigid)') +desc('runs test suite with lax, strict, and rigid parsers') task :test do ENV['LIQUID_PARSER_MODE'] = 'lax' Rake::Task['base_test'].invoke