This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 257d188bd877e5d4558ba0dbabf4c41323b78615 Author: Hugo Hirsch <[email protected]> AuthorDate: Mon Jan 27 22:40:47 2020 +0100 RAT-262: Add JSON as example data --- apache-rat-core/src/test/resources/elements/plain.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache-rat-core/src/test/resources/elements/plain.json b/apache-rat-core/src/test/resources/elements/plain.json new file mode 100644 index 0000000..e253bcc --- /dev/null +++ b/apache-rat-core/src/test/resources/elements/plain.json @@ -0,0 +1,3 @@ +{ + json: "plain" +}
