| 1 | describe('longnames with special characters', () => { |
| 2 | const docSet = jasmine.getDocSetFromFile('test/fixtures/specialchars.js'); |
| 3 | const portNumber = docSet.getByLongname('Socket#\'port#number\'')[0]; |
| 4 | const open = docSet.getByLongname('Socket#\'open~a.connection#now\'')[0]; |