15 Commits (cc15299c32b4fc39c2eb2c08b0265e462f875544)

Author SHA1 Message Date
Ryan Dahl 8bd80f4911 fix test-sys for hash randomization 13 years ago
koichik b037c16f55 test: fix test-sys.js fails if the time zone is not CET 13 years ago
Avi Flax ee0a7b928b util: output Dates with Date.toString not Date.toUTCString 13 years ago
Nathan Rajlich d4379fcee3 Add test case for #1941. 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Oleg Efimov c0d69a4883 GJSLint part of tests 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
Benjamin Thomas 6034701f57 Stop sys.inspect from adding extra new lines for deep objects that are elements in an array. 15 years ago
Benjamin Thomas de1521413e Make the output of sys.inspect a lot more compact. 15 years ago
Benjamin Thomas a2714be8b5 Add optional third argument sys.inpect to indicate how many times you want it to recurse 15 years ago
arlolra 04fac19822 Split tests. 15 years ago
Mark Hansen 98e61db216 sys.inspect(Date) now shows the date value 15 years ago
Tim Caswell e33c66654a Rewrite sys.inspect to be more reliable and handle crazy edge cases. 15 years ago
Tim Caswell fd184ee2fa Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. 15 years ago
Tim Caswell 6c68a9679b Fix inspect to not trigger dynamic properties 15 years ago
Tim Caswell 732c6f2036 Fix inspect for the special case of an Object that inherits from Array, but has other properties. 15 years ago
Xavier Shay 756544fd28 sys.inspect prints out special chars correctly (\n, \u0001, etc...) 15 years ago
Xavier Shay 34c02357ff sys.inspect is totally more awesome now 15 years ago