From 96cc442aabb29559333105023a4446ee7c7d3678 Mon Sep 17 00:00:00 2001 From: Thomas Leitner Date: Sat, 16 Nov 2024 23:19:54 +0100 Subject: [PATCH] Blacklist failing LaTeX test due to LaTeX changes in UTF-8 handling --- test/test_files.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_files.rb b/test/test_files.rb index 30e9f3de..a3320520 100644 --- a/test/test_files.rb +++ b/test/test_files.rb @@ -139,6 +139,7 @@ def tidy_output(out) 'test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text', 'test/testcases/block/03_paragraph/standalone_image.text', # bc of standalone image 'test/testcases/cjk-line-break.text', # latex unicode support + 'test/testcases/block/04_header/with_auto_ids.text', # bc of Unicode characters ].compact Dir[File.dirname(__FILE__) + '/testcases/**/*.text'].each do |text_file| next if EXCLUDE_LATEX_FILES.any? {|f| text_file =~ /#{f}$/ }