Add space as possible separator

This commit is contained in:
Quantum 2020-06-15 22:19:48 -04:00
parent 0d36f7f6bd
commit db76510a9c

View file

@ -1,6 +1,6 @@
const words = require('./words')
const digits = '0123456789'
const symbols = '`~!@#$%^&*()_+-=,./<>?;:|'
const symbols = '`~!@#$%^&*()_+-=,./<>?;:| '
const defaultSymbol = '-'
function getWordList (name) {