From 13bf4afac9e2d14b0075785a606878371f40645e Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Fri, 6 Sep 2024 12:34:40 +0800 Subject: [PATCH] added legacy tests --- .gitignore | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 50cf753..b9df811 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /ba /.ba /nbproject +/tmp/ +*.tgz diff --git a/README.md b/README.md index 390aeca..d5de6f6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ For example, `red = 0`, blue and green will stay unchanged. --> ### **WORK IN PROGRESS** * (bluefox) Corrected error with array comparison +* (bluefox) Added tests ### 2.0.0 (2024-09-05) * (bluefox) The adapter was completely refactored