Skip to content

Commit e901e84

Browse files
authored
Update README.md
1 parent 12f7003 commit e901e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For testing your Source programs, you need `node` and `yarn`.
6868
Write your test cases in the folder `__tests__` in each `src` subfolder. The name of the file specifies the targeted Source.
6969
For example, `src/steppers/source-0.js` is the Source and a test case might be `src/steppers/__tests__/source-0.js.test1`.
7070

71-
Each test case is appended to your Source, and then run, using Source §4. The last line of the test case is a comment that must contain the expected result. For example, a stepper test case may be:
71+
Each test case is appended to your Source, and then run with `js-slang` (using Source §4). The last line of the test case is a comment that must contain the expected result. For example, a stepper test case may be:
7272
```
7373
parse_and_evaluate("! (1 === 1 && 2 > 3);");
7474
// true

0 commit comments

Comments
 (0)