TypeScript/tests/baselines/reference/bpSpan_labeled.baseline

11 lines
384 B
Plaintext
Raw Normal View History

2014-10-18 00:46:36 +02:00
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)