Skip to content

Commit 96cc442

Browse files
committed
Blacklist failing LaTeX test due to LaTeX changes in UTF-8 handling
1 parent 189a689 commit 96cc442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_files.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def tidy_output(out)
139139
'test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text',
140140
'test/testcases/block/03_paragraph/standalone_image.text', # bc of standalone image
141141
'test/testcases/cjk-line-break.text', # latex unicode support
142+
'test/testcases/block/04_header/with_auto_ids.text', # bc of Unicode characters
142143
].compact
143144
Dir[File.dirname(__FILE__) + '/testcases/**/*.text'].each do |text_file|
144145
next if EXCLUDE_LATEX_FILES.any? {|f| text_file =~ /#{f}$/ }

0 commit comments

Comments
 (0)