feat(test): pin fixture grammars to specific commits

This commit is contained in:
Will Lillis 2025-08-30 15:59:10 -04:00
parent 07986471b3
commit 62f93e221d
3 changed files with 82 additions and 32 deletions

17
test/fixtures/fixtures.json vendored Normal file
View file

@ -0,0 +1,17 @@
[
["bash","v0.25.0"],
["c","v0.24.1"],
["cpp","v0.23.4"],
["embedded-template","v0.25.0"],
["go","v0.25.0"],
["html","v0.23.2"],
["java","v0.23.5"],
["javascript","v0.23.1"],
["jsdoc","v0.23.2"],
["json","v0.24.8"],
["php","v0.24.2"],
["python","v0.23.6"],
["ruby","v0.23.1"],
["rust","v0.24.0"],
["typescript","v0.23.2"]
]