Skip to content

Commit 2c14bf1

Browse files
author
Benjamin Lichtman
committed
Add test
1 parent 6f68652 commit 2c14bf1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
////import React, { Component } from 'react';
2+
////
3+
////export class Home extends Component[| {
4+
//// render()[| {
5+
//// return (
6+
//// [|<div>
7+
//// [|<h1>Hello, world!</h1>|]
8+
//// [|<ul>
9+
//// [|<li>
10+
//// [|<a [|href='https://get.asp.net/'|]>
11+
//// ASP.NET Core
12+
//// </a>|]
13+
//// </li>|]
14+
//// [|<li>[|<a [|href='https://facebook.github.io/react/'|]>React</a>|] for client-side code</li>|]
15+
//// [|<li>[|<a [|href='http://getbootstrap.com/'|]>Bootstrap</a>|] for layout and styling</li>|]
16+
//// </ul>|]
17+
//// <div
18+
//// [|accesskey="test"
19+
//// class="active"
20+
//// dir="auto"|] />
21+
//// <PageHeader [|title="Log in"
22+
//// {...[|{
23+
//// item: true,
24+
//// xs: 9,
25+
//// md: 5
26+
//// }|]}|]
27+
//// />
28+
//// </div>|]
29+
//// );
30+
//// }|]
31+
////}|]
32+
33+
verify.outliningSpansInCurrentFile(test.ranges(), "code");

0 commit comments

Comments
 (0)