Skip to content

Commit

Permalink
Bump cpg and fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
johannescoetzee committed Jan 13, 2025
1 parent c884516 commit 3a57833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "joern"
ThisBuild / organization := "io.joern"
ThisBuild / scalaVersion := "3.5.2"

val cpgVersion = "1.7.19"
val cpgVersion = "1.7.21"

lazy val joerncli = Projects.joerncli
lazy val querydb = Projects.querydb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class MethodTests extends PhpCode2CpgFixture {
fooMethod.file.head.content.substring(offsetStart, offsetEnd) shouldBe
"""function foo() {
| // ⦝
| $x = "??⨌????????????";
| $x = "🙂⨌🙂𐇐🙂🙂🙂🙂";
|}""".stripMargin
}
}
Expand Down

0 comments on commit 3a57833

Please sign in to comment.