Skip to content

Commit

Permalink
Merge pull request #7 from bishabosha/switch-scala-3.3
Browse files Browse the repository at this point in the history
use Scala 3.3.2
  • Loading branch information
bishabosha authored Feb 18, 2024
2 parents 0007e8a + 33a6e2a commit 85763fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Main
//> using scala "3.4.0-RC3"
//> using scala "3.3.2"
//> using options -source:future -Yexplicit-nulls
//> using options -project enhanced-string-interpolator -siteroot ${.}

Expand Down
2 changes: 1 addition & 1 deletion src/main/test/example/RegexSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RegexSuite extends munit.FunSuite:
""")
val queryMsg =
"""unbalanced parentheses when parsing regex from format string: "...(((O|X))""""
assert(errors.exists(_.message.contains(queryMsg)))
assertEquals(true, clue(errors).exists(_.message.contains(queryMsg)))

test("regex newline"):
val in = """foo
Expand Down

0 comments on commit 85763fa

Please sign in to comment.