File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ Before setting up LiquidJava, ensure you have the following installed:
4343
4444To check your refinements using LiquidJava:
4545
46- 2 . ** Run verification on examples** :
46+ ** Run verification on examples** :
4747``` bash
4848mvn exec:java -pl liquidjava-verifier -Dexec.mainClass=" liquidjava.api.CommandLineLauncher" -Dexec.args=" liquidjava-example/src/main/java/testSuite/CorrectSimpleAssignment.java"
4949```
5050 This should output: ` Correct! Passed Verification ` .
5151
52- 3 . ** Test an error case** :
52+ ** Test an error case** :
5353``` bash
5454mvn exec:java -pl liquidjava-verifier -Dexec.mainClass=" liquidjava.api.CommandLineLauncher" -Dexec.args=" liquidjava-example/src/main/java/testSuite/ErrorSimpleAssignment.java"
5555```
You can’t perform that action at this time.
0 commit comments