1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Replace output with failing tests

This commit is contained in:
joshvera 2016-10-18 14:54:54 -04:00
parent 1bff390a85
commit 13c615731e

View File

@ -16,7 +16,7 @@
]
}
},
"summary": "Added the 'var foo int = 42' ERROR"
"summary": "Added the 'foo' assignment"
}
]
},
@ -59,7 +59,7 @@
}
]
},
"summary": "Replaced the 'var foo int = 42' ERROR with the 'var bar string = \"hello\"\nvar foo int = 42\nvar foo int = 42\n' ERROR"
"summary": "Replaced the 'foo' assignment with the 'bar' assignment"
}
]
},
@ -102,7 +102,7 @@
}
]
},
"summary": "Replaced the 'var bar string = \"hello\"\nvar foo int = 42\nvar foo int = 42\n' ERROR with the 'var foo int = 42\nvar foo int = 42\nvar foo int = 42\n' ERROR"
"summary": "Replaced the 'bar' assignment with the 'foo' assignment"
}
]
},
@ -145,7 +145,7 @@
}
]
},
"summary": "Replaced the 'var foo int = 42\nvar foo int = 42\nvar foo int = 42\n' ERROR with the 'var bar string = \"hello\"\nvar foo int = 42\nvar foo int = 42\n' ERROR"
"summary": "Replaced the 'bar' assignment with the 'foo' assignment"
}
]
},
@ -188,7 +188,7 @@
}
]
},
"summary": "Replaced the 'var bar string = \"hello\"\nvar foo int = 42\nvar foo int = 42\n' ERROR with the 'var foo int = 42\nvar bar string = \"hello\"\n' ERROR"
"summary": "Replaced the 'bar' assignment with the 'foo' assignment"
}
]
},
@ -231,7 +231,7 @@
}
]
},
"summary": "Replaced the 'var foo int = 42\nvar bar string = \"hello\"\n' ERROR with the 'var bar string = \"hello\"' ERROR"
"summary": "Replaced the 'var bar string = \"hello\"\nvar foo int = 42\nvar foo int = 42\n' ERROR with the 'var foo int = 42\nvar bar string = \"hello\"\n' ERROR"
}
]
},
@ -262,7 +262,7 @@
]
}
},
"summary": "Deleted the 'var bar string = \"hello\"' ERROR"
"summary": "Deleted the 'bar' assignment"
}
]
},