From 5900736fff43fbf6745f9be963b0615f1f8f0686 Mon Sep 17 00:00:00 2001 From: Boolean-true Date: Sat, 22 Jun 2024 18:08:26 +0200 Subject: [PATCH] list missing parser tests in readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e1196..4f35436 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,16 @@ - Testen: Jonathan Fleischmann # Fehlende Tests für Features (positive Tests): -- \ No newline at end of file +- Mainmethod +- *= +- %= +- /= +- boolean als Datentyp (public boolean test;) +- do while +- break +- recipient mit methode zwischen drinnen (this.methode().a +- && +- || +- unaryOp +- Klammern von Expressions +- Multiline Comment \ No newline at end of file