mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge remote-tracking branch 'upstream/master' into onSelectionChangeClear
This commit is contained in:
@@ -25,7 +25,7 @@ test.describe('API Integration Tests', () => {
|
||||
await openTerminal(ctx, { allowProposedApi: false }, { loadUnicodeGraphemesAddon: false });
|
||||
await ctx.page.evaluate(`
|
||||
try {
|
||||
window.term.markers;
|
||||
window.term.unicode;
|
||||
} catch (e) {
|
||||
window.throwMessage = e.message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user