Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ignoring comparison with ANTLR
  • Loading branch information
Janther committed Mar 12, 2026
commit 8ce3b9862913429bd8b4cf90ae7e01a000a1ccdb
2 changes: 2 additions & 0 deletions tests/config/run-format-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const antlrMismatchTests = new Map(
// ANTLR doesn't support UntypedTupleMember with a storage location, which
// is valid Slang, but not in Solidity.
"AllSolidityFeaturesV0.4.26/AllSolidityFeatures.sol",
// TODO Review how ANTLR is formatting chained assignments
"Assignments/Assignments.sol",
].map((fixture) => {
const [file, compareBytecode = () => true] = Array.isArray(fixture)
? fixture
Expand Down