File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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" ) ;
You can’t perform that action at this time.
0 commit comments