Skip to content

Commit

Permalink
Add some more test cases for Strings#isJMLComment
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 committed Oct 20, 2023
1 parent 1662d51 commit 96ad44f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions key.util/src/test/java/org/key_project/util/StringsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ void isJMLComment() {
};
String[] inCorrectComments = {
"/* @ requires ", "// @ requires",
"/* +KeY@ requires", "//+KeY requires",
"/*+OtherTool@ requires", "//+OtherTool@ requires",
"/*-OtherTool", "//-OtherTool",
"/*-KeY@", "//*-KeY@"
};

Expand Down

0 comments on commit 96ad44f

Please sign in to comment.