From a1505efca095aa6a8ab33fb34a0937cd26cbe822 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 5 Feb 2021 02:52:47 -0700 Subject: resolves #3932 honor list of tags following negated wildcard on include directive (PR #3933) --- test/reader_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/reader_test.rb') diff --git a/test/reader_test.rb b/test/reader_test.rb index be4b623d..c0b8c35f 100644 --- a/test/reader_test.rb +++ b/test/reader_test.rb @@ -1304,7 +1304,7 @@ class ReaderTest < Minitest::Test test 'include directive skips lines all tagged regions except ones enabled when value of tags attribute is negated wildcard' do input = <<~'EOS' ---- - include::fixtures/tagged-class.rb[tags=**;!*;init] + include::fixtures/tagged-class.rb[tags=!*;init] ---- EOS @@ -1323,7 +1323,7 @@ class ReaderTest < Minitest::Test test 'include directive does not include tag that has been included then excluded' do input = <<~'EOS' ---- - include::fixtures/tagged-class.rb[tags=**;!*;init;!init] + include::fixtures/tagged-class.rb[tags=!*;init;!init] ---- EOS -- cgit v1.2.3