mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 06:35:35 -05:00
Breakpoints in labeled statements
This commit is contained in:
11
tests/baselines/reference/bpSpan_labeled.baseline
Normal file
11
tests/baselines/reference/bpSpan_labeled.baseline
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
1 >x:
|
||||
|
||||
~~~ => Pos: (0 to 2) SpanInfo: {"start":3,"length":10}
|
||||
>var b = 10
|
||||
>:=> (line 2, col 0) to (line 2, col 10)
|
||||
--------------------------------
|
||||
2 >var b = 10;
|
||||
~~~~~~~~~~~ => Pos: (3 to 13) SpanInfo: {"start":3,"length":10}
|
||||
>var b = 10
|
||||
>:=> (line 2, col 0) to (line 2, col 10)
|
||||
Reference in New Issue
Block a user