Yevhen Laichenkov

Results 3 issues of Yevhen Laichenkov

**Context:** - Playwright Version: 1.20.0 - Browser: all - Playwright Test for VSCode: v0.2.2 ```sh System: OS: macOS 11.6.2 Memory: 381.47 MB / 16.00 GB Binaries: Node: 15.12.0 - ~/.nvm/versions/node/v15.12.0/bin/node...

**Description:** The table is broken if providing a hyperlink with a shebang (#!). **Code snippet:** ```js const Table = require('cli-table3'); const table = new Table(); const href = 'http://example.com/!'; table.push([{...

bug