commit | 91396bf80e119851cf6090e7c208d46fcef9f4a4 | [log] [tgz] |
---|---|---|
author | Florian Schmaus <flo@geekplace.eu> | Mon Nov 06 21:19:41 2023 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 06 21:19:41 2023 +0100 |
tree | 97fb86f75006aa977264c540ebb55b9885e54354 | |
parent | 27c732c7bea7950d4f2abb7a9b34d47dde589f66 [diff] |
Add tests for Scala 3 macros (#35) This adds a few simple and short tests for the Scala 3 macros. Especially for the central `deconstructMessageFormat()` macro, which was previously broken and fixed in #26. Signed-off-by: Florian Schmaus <flo@geekplace.eu>