mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 01:34:55 -06:00
Extra test for #8364 - non-breaking of one-liners
This commit is contained in:
parent
3fb16f5930
commit
d541d434ea
@ -18,9 +18,9 @@
|
||||
////}/*6*/,
|
||||
//// {
|
||||
//// Salad: 'salad', /*7*/
|
||||
//// Burrito: 'burrito',
|
||||
//// Burrito: ['burrito', 'carne asada', 'tinga de res', 'tinga de pollo'], /*8*/
|
||||
//// Pie: 'pie'
|
||||
//// }];/*8*/
|
||||
//// }];/*9*/
|
||||
|
||||
format.document();
|
||||
|
||||
@ -40,4 +40,6 @@ verify.currentLineContentIs(" },");
|
||||
goTo.marker("7");
|
||||
verify.currentLineContentIs(" Salad: 'salad',");
|
||||
goTo.marker("8");
|
||||
verify.currentLineContentIs(" Burrito: ['burrito', 'carne asada', 'tinga de res', 'tinga de pollo'],");
|
||||
goTo.marker("9");
|
||||
verify.currentLineContentIs(" }];");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user