Skip to content

Commit

Permalink
Add false positive test
Browse files Browse the repository at this point in the history
  • Loading branch information
cerisier committed Jan 13, 2025
1 parent a3a836c commit 09f41d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/demangle/demangle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ test('demangle', async () => {
expect(demangle('_ZN3std2fs8Metadata7created17h8df207f105c5d474E')).toBe(
'std::fs::Metadata::created::h8df207f105c5d474',
)

// False positive
expect(demangle('_ZoomIn')).toBe('_ZoomIn')
})

0 comments on commit 09f41d1

Please sign in to comment.