| 1 | describe('when a documented var memeber is inside a named function', () => { |
| 2 | const docSet = jasmine.getDocSetFromFile('test/fixtures/inner.js'); |
| 3 | const found1 = docSet.getByLongname('sendMessage~encoding'); |
| 4 | const found2 = docSet.getByLongname('sendMessage~encrypt'); |