Skip to content

Commit

Permalink
Change the syntactically invalid Nodejs to something even more invalid
Browse files Browse the repository at this point in the history
to ensure it fails.
  • Loading branch information
trampgeek committed Nov 20, 2020
1 parent dbc3c55 commit 955fa79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@ def check_code(s):
},

{
'comment': 'Syntactically invalid (non-strict) Nodejs',
'comment': 'Syntactically invalid Nodejs',
'language_id': 'nodejs',
'sourcecode': r'''s = 'Hello world!'
'sourcecode': r'''s = 'Hello world!
console.log(s)
''',
'sourcefilename': 'test.js',
Expand Down

0 comments on commit 955fa79

Please sign in to comment.