Skip to content

Commit 6349545

Browse files
committed
Accept baselines
1 parent c0fe727 commit 6349545

9 files changed

+13
-13
lines changed

tests/baselines/Issue161.baseline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
original file
22
-----------------------------------
3-
// @onlyOwnGrammar - As this has jsx
3+
// @onlyOwnGrammar - As this has jsx
44
let root: React.ReactElement<{}>;
55
let page: PageName;
66
if (isViaPage) {
@@ -11,7 +11,7 @@ if (isViaPage) {
1111

1212
Grammar: TypeScriptReact.tmLanguage
1313
-----------------------------------
14-
>// @onlyOwnGrammar - As this has jsx
14+
>// @onlyOwnGrammar - As this has jsx
1515
^^
1616
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
1717
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

tests/baselines/Issue180.baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,4 @@ Grammar: TypeScript.tmLanguage
301301
^^^^^^^^
302302
source.ts comment.block.ts
303303
^^
304-
source.ts comment.block.ts punctuation.definition.comment.ts
304+
source.ts comment.block.ts punctuation.definition.comment.ts

tests/baselines/Issue182.baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Grammar: TypeScript.tmLanguage
6767
source.ts meta.block.ts
6868
>}
6969
^
70-
source.ts meta.block.ts punctuation.definition.block.ts
70+
source.ts meta.block.ts punctuation.definition.block.ts

tests/baselines/Issue215.baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ Grammar: TypeScript.tmLanguage
141141
source.ts meta.block.ts
142142
>}
143143
^
144-
source.ts meta.block.ts punctuation.definition.block.ts
144+
source.ts meta.block.ts punctuation.definition.block.ts

tests/baselines/Issue223.baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ Grammar: TypeScript.tmLanguage
9393
source.ts meta.block.ts
9494
>}
9595
^
96-
source.ts meta.block.ts punctuation.definition.block.ts
96+
source.ts meta.block.ts punctuation.definition.block.ts

tests/baselines/Issue239.baseline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
original file
22
-----------------------------------
3-
// @onlyOwnGrammar - As this has jsx
3+
// @onlyOwnGrammar - As this has jsx
44
const test = (true) ? <p>Broken Color</p> : <p>Also Broken Color</p>
55
-----------------------------------
66

77
Grammar: TypeScriptReact.tmLanguage
88
-----------------------------------
9-
>// @onlyOwnGrammar - As this has jsx
9+
>// @onlyOwnGrammar - As this has jsx
1010
^^
1111
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
1212
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

tests/baselines/Issue251.baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Grammar: TypeScript.tmLanguage
205205
source.ts meta.block.ts
206206
>}
207207
^
208-
source.ts meta.block.ts punctuation.definition.block.ts
208+
source.ts meta.block.ts punctuation.definition.block.ts

tests/baselines/Issue77.baseline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
original file
22
-----------------------------------
3-
// @onlyOwnGrammar - As this has type assertion
3+
// @onlyOwnGrammar - As this has type assertion
44
// trailing part of some real code...
55

66
null, <{[key]: () => any}> null
@@ -18,7 +18,7 @@ function foo() { }
1818

1919
Grammar: TypeScript.tmLanguage
2020
-----------------------------------
21-
>// @onlyOwnGrammar - As this has type assertion
21+
>// @onlyOwnGrammar - As this has type assertion
2222
^^
2323
source.ts comment.line.double-slash.ts punctuation.definition.comment.ts
2424
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

tests/baselines/Issue88.baseline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
original file
22
-----------------------------------
3-
// @onlyOwnGrammar - As this has jsx
3+
// @onlyOwnGrammar - As this has jsx
44
function foo() {
55
return (
66
<div className="panel panel-default">
@@ -15,7 +15,7 @@ function foo() {
1515

1616
Grammar: TypeScriptReact.tmLanguage
1717
-----------------------------------
18-
>// @onlyOwnGrammar - As this has jsx
18+
>// @onlyOwnGrammar - As this has jsx
1919
^^
2020
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
2121
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)