We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1da0733 + 8ec1600 commit 77b7ca0Copy full SHA for 77b7ca0
1 file changed
test/prism/snapshots_test.rb
@@ -48,7 +48,7 @@ def assert_snapshot(fixture, version)
48
result = Prism.parse(source, filepath: fixture.path, version: version)
49
assert result.success?
50
51
- printed = PP.pp(result.value, +"", 79)
+ printed = result.value.inspect
52
snapshot = fixture.snapshot_path
53
54
if File.exist?(snapshot)
0 commit comments