Accept baselines after merge

This commit is contained in:
Mohamed Hegazy 2016-09-08 15:00:22 -07:00
parent dfb5091a5c
commit 090c2fe7e6
4 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,6 @@ enum A {
Infinity = 1
>Infinity : A
>1 : number
>1 : 1
}

View File

@ -4,6 +4,6 @@ enum A {
NaN = 1
>NaN : A
>1 : number
>1 : 1
}

View File

@ -3,6 +3,6 @@ enum A {
>A : A
"-Infinity" = 1
>1 : number
>1 : 1
}

View File

@ -48,7 +48,7 @@ declare var React: any;
><div attr={"&#0123;&hellip;&#x7D;\""}></div> : JSX.Element
>div : any
>attr : any
>"&#0123;&hellip;&#x7D;\"" : string
>"&#0123;&hellip;&#x7D;\"" : "&#0123;&hellip;&#x7D;\""
>div : any
// Preserves single quotes