Remove outdated test in ErrorSpec

This commit is contained in:
Adrien Piquerez 2024-02-08 13:21:04 +01:00
parent 5990775a43
commit 135ab16b5c
1 changed files with 0 additions and 21 deletions

View File

@ -38,27 +38,6 @@ object ErrorSpec extends AbstractSpec {
}
}
// test("it should handle wrong parsing") {
// intercept[MessageOnlyException] {
// val buildSbt =
// """
// |libraryDependencies ++= Seq("a" % "b" % "2") map {
// |(dependency) =>{
// | dependency
// | } /* */ //
// |}
// """.stripMargin
// MissingBracketHandler.findMissingText(
// buildSbt,
// buildSbt.length,
// 2,
// "fake.txt",
// new MessageOnlyException("fake")
// )
// ()
// }
// }
test("it should handle xml error") {
try {
val buildSbt =