Skip to content

Commit 65a0bbb

Browse files
BrewTestBotchenrui333
authored andcommitted
astgen 3.34.0
astgen: update test Signed-off-by: Rui Chen <[email protected]>
1 parent dc7330e commit 65a0bbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/astgen.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Astgen < Formula
22
desc "Generate AST in json format for JS/TS"
33
homepage "https://github.com/joernio/astgen"
4-
url "https://github.com/joernio/astgen/archive/refs/tags/v3.31.0.tar.gz"
5-
sha256 "ca07e878898a33f27e741404828239f99d406f95307b4dc6bc916ee086042ad9"
4+
url "https://github.com/joernio/astgen/archive/refs/tags/v3.34.0.tar.gz"
5+
sha256 "a47a6183678b83653d0037d4bae9a2e3e625a53c730d4b6a9bda6df4816caffd"
66
license "Apache-2.0"
77
head "https://github.com/joernio/astgen.git", branch: "main"
88

@@ -30,6 +30,6 @@ def install
3030

3131
assert_match "Converted AST", shell_output("#{bin}/astgen -t js -i . -o #{testpath}/out")
3232
assert_match "\"fullName\":\"#{testpath}/main.js\"", (testpath/"out/main.js.json").read
33-
assert_match '"0":"Console"', (testpath/"out/main.js.typemap").read
33+
assert_match '"0:7":"Console"', (testpath/"out/main.js.typemap").read
3434
end
3535
end

0 commit comments

Comments
 (0)