From 585dbccb5142911be03afe2979e2d3ca65b19674 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 21 Jun 2023 15:52:06 -0400 Subject: [PATCH] [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(+) diff --git a/test/yarp/parse_test.rb b/test/yarp/parse_test.rb index 8934faf5c53817..ba8639c3bb7df3 100644 --- a/test/yarp/parse_test.rb +++ b/test/yarp/parse_test.rb @@ -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*