(xml: string)
| 77 | |
| 78 | describe('MyBatis extractor — XML comments', () => { |
| 79 | const result = (xml: string) => extractFromSource('FooMapper.xml', xml); |
| 80 | |
| 81 | it('does not emit a node for a statement inside a comment', () => { |
| 82 | const xml = |
no test coverage detected