blob: c2d46de572943238d9eb79436a58754aab63ad70 [file] [log] [blame]
This test checks text editor smart braces functionality.
Running: testTypeBraceSequence
({[|]})
Running: testBraceOverride
({[]})|
Running: testQuotesToCloseStringLiterals
'Hello"'|
Running: testQuotesToCloseStringLiteralInsideLine
console.log("information"|);