diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2023-06-21 15:52:06 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-06-21 19:55:45 +0000 |
| commit | 585dbccb5142911be03afe2979e2d3ca65b19674 (patch) | |
| tree | ac5150421db05ec53beccd974dd61fc402852e66 | |
| parent | b0a3a6ade0c1c1c0a1764c2b4a9a893b54b9f025 (diff) | |
[ruby/yarp] Use binary for normalizing printed ASTs
https://github.com/ruby/yarp/commit/814326de34
| -rw-r--r-- | test/yarp/parse_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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* |
