From 762d20ed3b5c8239c34d31ac907debd24d8d42b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 31 Aug 2021 22:34:18 -0700 Subject: [PATCH] add attribution for test suite --- tests/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/README.md b/tests/README.md index 354d644..a6bdb62 100644 --- a/tests/README.md +++ b/tests/README.md @@ -50,3 +50,10 @@ please send a PR. If you think the disagreement is due to a genuine error or oversight in the KDL specification, please open an issue explaining the matter and the change will be considered for the next version of the KDL spec. + +## Credit + +This test suite was extracted from +[`kdl4j`](https://github.com/hkolbeck/kdl4j), the original Java +implementation of KDL, with huge thanks to +[@hkolbeck](https://github.com/hkolbeck) for authoring them!