We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189a689 commit 96cc442Copy full SHA for 96cc442
test/test_files.rb
@@ -139,6 +139,7 @@ def tidy_output(out)
139
'test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text',
140
'test/testcases/block/03_paragraph/standalone_image.text', # bc of standalone image
141
'test/testcases/cjk-line-break.text', # latex unicode support
142
+ 'test/testcases/block/04_header/with_auto_ids.text', # bc of Unicode characters
143
].compact
144
Dir[File.dirname(__FILE__) + '/testcases/**/*.text'].each do |text_file|
145
next if EXCLUDE_LATEX_FILES.any? {|f| text_file =~ /#{f}$/ }
0 commit comments