@@ -46,7 +46,8 @@ tape( 'a REPL instance supports displaying a completion preview of user-defined
4646'input' : istream , 
4747'settings' : { 
4848'autoPage' : false , 
49- 'syntaxHighlighting' : false 
49+ 'syntaxHighlighting' : false , 
50+ 'autoDisableBracketedPasteOnExit' : false 
5051} 
5152} ; 
5253r  =  repl (  opts ,  onClose  ) ; 
@@ -90,7 +91,8 @@ tape( 'a REPL instance supports displaying a completion preview for common prefi
9091'input' : istream , 
9192'settings' : { 
9293'autoPage' : false , 
93- 'syntaxHighlighting' : false 
94+ 'syntaxHighlighting' : false , 
95+ 'autoDisableBracketedPasteOnExit' : false 
9496} 
9597} ; 
9698r  =  repl (  opts ,  onClose  ) ; 
@@ -135,7 +137,8 @@ tape( 'a REPL instance supports displaying a completion preview for recognized i
135137'input' : istream , 
136138'settings' : { 
137139'autoPage' : false , 
138- 'syntaxHighlighting' : false 
140+ 'syntaxHighlighting' : false , 
141+ 'autoDisableBracketedPasteOnExit' : false 
139142} 
140143} ; 
141144r  =  repl (  opts ,  onClose  ) ; 
@@ -179,7 +182,8 @@ tape( 'a REPL instance supports displaying a completion preview when a cursor is
179182'input' : istream , 
180183'settings' : { 
181184'autoPage' : false , 
182- 'syntaxHighlighting' : false 
185+ 'syntaxHighlighting' : false , 
186+ 'autoDisableBracketedPasteOnExit' : false 
183187} 
184188} ; 
185189r  =  repl (  opts ,  onClose  ) ; 
@@ -232,7 +236,8 @@ tape( 'a REPL instance supports auto-completing a completion candidate by moving
232236'input' : istream , 
233237'settings' : { 
234238'autoPage' : false , 
235- 'syntaxHighlighting' : false 
239+ 'syntaxHighlighting' : false , 
240+ 'autoDisableBracketedPasteOnExit' : false 
236241} 
237242} ; 
238243r  =  repl (  opts ,  onClose  ) ; 
@@ -284,7 +289,8 @@ tape( 'a REPL instance supports auto-completing a completion preview and executi
284289'outputPrompt' : '' , 
285290'settings' : { 
286291'autoPage' : false , 
287- 'syntaxHighlighting' : false 
292+ 'syntaxHighlighting' : false , 
293+ 'autoDisableBracketedPasteOnExit' : false 
288294} 
289295} ; 
290296r  =  repl (  opts ,  onClose  ) ; 
@@ -337,7 +343,8 @@ tape( 'a REPL instance does not display a completion preview when no completion
337343'input' : istream , 
338344'settings' : { 
339345'autoPage' : false , 
340- 'syntaxHighlighting' : false 
346+ 'syntaxHighlighting' : false , 
347+ 'autoDisableBracketedPasteOnExit' : false 
341348} 
342349} ; 
343350r  =  repl (  opts ,  onClose  ) ; 
@@ -395,7 +402,8 @@ tape( 'a REPL instance does not display a completion preview once a user enters
395402'outputPrompt' : '' , 
396403'settings' : { 
397404'autoPage' : false , 
398- 'syntaxHighlighting' : false 
405+ 'syntaxHighlighting' : false , 
406+ 'autoDisableBracketedPasteOnExit' : false 
399407} 
400408} ; 
401409r  =  repl (  opts ,  onClose  ) ; 
0 commit comments