| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c40e242 commit 13a2243
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ const assert = require('assert'); | |||
| 5 | 5 | const repl = require('repl'); | |
| 6 | 6 | const inputStream = new ArrayStream(); | |
| 7 | 7 | const outputStream = new ArrayStream(); | |
| 8 | - const input = ['var foo = {', '};', 'foo;']; | ||
| 8 | + const input = ['const foo = {', '};', 'foo;']; | ||
| 9 | 9 | let output = ''; | |
| 10 | 10 | ||
| 11 | 11 | outputStream.write = (data) => { output += data.replace('\r', ''); }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments