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