From 585dbccb5142911be03afe2979e2d3ca65b19674 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 21 Jun 2023 15:52:06 -0400 Subject: [ruby/yarp] Use binary for normalizing printed ASTs https://github.com/ruby/yarp/commit/814326de34 --- test/yarp/parse_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/yarp/parse_test.rb b/test/yarp/parse_test.rb index 8934faf5c5..ba8639c3bb 100644 --- a/test/yarp/parse_test.rb +++ b/test/yarp/parse_test.rb @@ -21,6 +21,7 @@ class ParseTest < Test::Unit::TestCase # 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* -- cgit v1.2.3