Skip to content

Commit

Permalink
Remove escape chars
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonGuy committed Sep 29, 2024
1 parent 545c5e5 commit b93f91b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class SetHelpMenuTest {
public static void main(String[] args) throws Exception {
String INSTRUCTIONS = """
An empty frame should be visible. When focused, the MenuBar
should have 5 menus (\"one\", \"two\", \"three\", \"Help 2\",
\"four\"). If so, then the test passed. Otherwise, the test
should have 5 menus ("one", "two", "three", "Help 2",
"four"). If so, then the test passed. Otherwise, the test
failed.
""";

Expand Down

0 comments on commit b93f91b

Please sign in to comment.