Properly support ContentKind scope attribute. v1.8.26
authorCarl Hetherington <cth@carlh.net>
Fri, 2 Sep 2022 23:52:14 +0000 (01:52 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Sep 2022 12:46:38 +0000 (14:46 +0200)
commit1d13ce8be4df51e85b7222a7c9d357366c841a89
tree1be0a392051a1f520eef79778379497db800c22e
parent6740903432bca2ab447a47ac773a735d4f1f2e50
Properly support ContentKind scope attribute.
14 files changed:
src/content_kind.cc
src/content_kind.h
src/cpl.cc
src/verify.cc
src/verify.h
test/cpl_test.cc [new file with mode: 0644]
test/data/cpl_content_kind_test1.xml [new file with mode: 0644]
test/data/cpl_content_kind_test2.xml [new file with mode: 0644]
test/data/cpl_content_kind_test3.xml [new file with mode: 0644]
test/ref/cpl_content_kind_test1.xml [new file with mode: 0644]
test/ref/cpl_content_kind_test2.xml [new file with mode: 0644]
test/ref/cpl_content_kind_test3.xml [new file with mode: 0644]
test/verify_test.cc
test/wscript