```
var fs = require('fs')
```
I type
```
var fs = require('fs
```
then, I type the closing quote.
```
var fs = require('fs'')
```
Comments: this only happens when the result is in the completion list. If it's not in the completion list, the ' is provisional.
var fs = require('fs')
```
I type
```
var fs = require('fs
```
then, I type the closing quote.
```
var fs = require('fs'')
```
Comments: this only happens when the result is in the completion list. If it's not in the completion list, the ' is provisional.