summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/promzard/test/simple.input
blob: e49def6470d599481e793cdf539736c9397b9ef6 (plain)
1
2
3
4
5
6
7
8
module.exports = {
  "a": 1 + 2,
  "b": prompt('To be or not to be?', '!2b'),
  "c": {
    "x": prompt(),
    "y": tmpdir + "/y/file.txt"
  }
}