Skip to content

Commit

Permalink
Use binary for normalizing printed ASTs
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jun 21, 2023
1 parent e33c1bf commit 814326d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parse_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_empty_string
# and the line breaks based on the length of the path.
def normalize_printed(printed)
printed
.b
.gsub(
/SourceFileNode \s*
\(\s* (\d+\.\.\.\d+) \s*\) \s*
Expand Down

0 comments on commit 814326d

Please sign in to comment.