aboutsummaryrefslogtreecommitdiff
path: root/test/simple/test-fs-write-file.js
AgeCommit message (Expand)Author
2013-03-01fs: Support mode/flag options to read/append/writeFileisaacs
2013-03-01test: Put fs write test files in tmpisaacs
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-07-23convert nonbuffer data to string in fs.writeFile/SyncDaniel Pihlström
2011-03-14Update copyright headersRyan Dahl
2010-12-05GJSLint all simple tests exclude http-*, url, pathOleg Efimov
2010-12-04Fix global leaksRyan Dahl
2010-07-15Update tests to work with module contextsRyan Dahl
2010-06-16Fix writeFile(buffer) testRyan Dahl
2010-06-15fs.writeFile accepts BuffersAaron Heckmann
2010-06-14Fix: fs.writeFile could not handle utf8Felix Geisendörfer