Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / test / test-79-npm / cookie / cookie.js
167 bytesRaw
1 | ; |
2 | |
3 | var cookie = require('cookie'); |
4 | var cookies = cookie.parse('foo=bar; equation=E%3Dmc%5E2'); |
5 | if (cookies.equation === 'E=mc^2') { |
6 | console.log('ok'); |
7 | } |
8 |
Built with git-ssb-web