Skip to content

Commit

Permalink
Re-record failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmind committed Apr 3, 2019
1 parent 3439a11 commit 93d2dbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
20 changes: 0 additions & 20 deletions tests/type-at-pos_expression/type-at-pos_expression.diff

This file was deleted.

10 changes: 5 additions & 5 deletions tests/type-at-pos_expression/type-at-pos_expression.exp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jsx.js:18:24 = {
"end":24
}
literals.js:6:7 = {
"type":"string",
"type":"\"A\"",
"reasons":[],
"loc":{
"source":"literals.js",
Expand All @@ -284,7 +284,7 @@ literals.js:6:7 = {
"end":7
}
literals.js:7:7 = {
"type":"number",
"type":"1",
"reasons":[],
"loc":{
"source":"literals.js",
Expand All @@ -299,7 +299,7 @@ literals.js:7:7 = {
"end":7
}
literals.js:8:7 = {
"type":"number",
"type":"1.01",
"reasons":[],
"loc":{
"source":"literals.js",
Expand All @@ -314,7 +314,7 @@ literals.js:8:7 = {
"end":7
}
literals.js:9:7 = {
"type":"boolean",
"type":"true",
"reasons":[],
"loc":{
"source":"literals.js",
Expand All @@ -329,7 +329,7 @@ literals.js:9:7 = {
"end":7
}
literals.js:10:7 = {
"type":"number | string | boolean",
"type":"1 | 1.01 | \"A\" | true",
"reasons":[],
"loc":{
"source":"literals.js",
Expand Down

0 comments on commit 93d2dbe

Please sign in to comment.