Leen Gui
Leen Gui
`mocha --growl -R travis-cov` ``` TypeError: Cannot read property 'failures' of undefinedTypeError: Cannot read property 'failures' of undefined at Runner. (/Users/gl/workspace/node-mongoskin/node_modules/mocha/lib/mocha.js:189:14) at Runner.EventEmitter.emit (events.js:117:20) at /Users/gl/workspace/node-mongoskin/node_modules/mocha/lib/runner.js:584:10 at /Users/gl/workspace/node-mongoskin/node_modules/mocha/lib/runner.js:518:7 at next...
`````` ``` a < b ``` `````` will goes to `a<b` and use `hl('a<b', false, true)` got `a<b`
TypeError: Cannot read property 'type' of undefined at Client.determine_reply_handler (node_modules/memcache/lib/memcache.js:260:30) at Client.handle_received_data (node_modules/memcache/lib/memcache.js:217:21) at Socket.Client.connect.conn.addListener.self.conn (node_modules/memcache/lib/memcache.js:62:12) at Socket.EventEmitter.emit (events.js:88:17) at TCP.onread (net.js:395:14)
https://github.com/isaacs/github-flavored-markdown
``` foo() .bar() .bar() if (a == b && c == d || d == e) { } ```
https://github.com/jiangmiao/simple-javascript-indenter/blob/master/test.js#L229 这两行在我的测试中都是缩进2格, 而test。js中缩进了4格,这是怎么做到的 ``` a = { a : a , b : b } ```
``` javascript foo.bar() .bar() .bar(); var foo = 'bar' + 'bar' + 'bar' ``` it will be very nice if goto ``` javascript function(){ var a = foo.bar() .bar() .bar()...
break })
e.g. ``` javascript foo({ }|) ``` type `,{}` ``` javascript foo({ },{ }); ``` but should be ``` javascript foo({ },{ }); ```
Error: No results matching query were found.
redis.call('hget', 'foo', 'bar') lua: ./redis-lua-unit/src/commands/hash.lua:22: assertion failed! stack traceback: [C]: in function 'assert' ./redis-lua-unit/src/commands/hash.lua:22: in function '?' ./redis-lua-unit/src//RedisLua.lua:20: in function 'call' test.lua:10: in main chunk [C]: ?