Skip to content

Commit

Permalink
Add another conformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
evansb committed Jul 18, 2017
1 parent 26443ff commit d5672af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion src/__tests__/fixtures/conformation/week-3.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0; // 0
('A String'); // 'A String'
false; // true
false; // false
true; // true

1 < 2; // true
Expand Down
4 changes: 4 additions & 0 deletions src/__tests__/interpreter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ it('interprets simple program', () => {
it('passes Week 3 Conformation Test', () => {
runConformationTests('week-3.js')
})

it('passes Week 3 Conformation Test (martin)', () => {
runConformationTests('week-3-martin.js')
})

0 comments on commit d5672af

Please sign in to comment.