| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8366a74 commit acf6f24
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -519,8 +519,8 @@ const editor = repl.start({ | |||
| 519 | 519 | editorStream.run(['.clear']); | |
| 520 | 520 | editorStream.run(['.editor']); | |
| 521 | 521 | ||
| 522 | - editor.completer('co', common.mustCall((error, data) => { | ||
| 523 | - assert.deepStrictEqual(data, [['con'], 'co']); | ||
| 522 | + editor.completer('Uin', common.mustCall((error, data) => { | ||
| 523 | + assert.deepStrictEqual(data, [['Uint'], 'Uin']); | ||
| 524 | 524 | })); | |
| 525 | 525 | ||
| 526 | 526 | editorStream.run(['.clear']); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments