TypeScript/tests/cases/fourslash/breakpointValidationWhile.ts

22 lines
428 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
// @BaselineFile: bpSpan_while.baseline
// @Filename: bpSpan_while.ts
////var a = 10;
////while (a == 10) {
//// a++;
////}
////while (a == 10)
////{
//// a++;
////}
2014-10-18 00:42:10 +02:00
////while (a == 10) a++;
////while (a == 10)
//// a++;
2014-10-21 04:07:18 +02:00
////while ((function () {
//// return 30 * a;
////})() !== a) {
//// a--;
////}
2014-07-13 01:04:16 +02:00
verify.baselineCurrentFileBreakpointLocations();