Skip to content

Commit

Permalink
Blacklist failing LaTeX test due to LaTeX changes in UTF-8 handling
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Nov 16, 2024
1 parent 189a689 commit 96cc442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}$/ }
Expand Down

0 comments on commit 96cc442

Please sign in to comment.