Skip to content

Fix quotes of <main> #3384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Note: Excluding feature bug fixes.

New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Note: Excluding feature bug fixes.

New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```

* `Hash#inspect` rendering has changed. [[Bug #20433]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Nota: Excluyendo correcciones a problemas en características.

Ahora:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Ruby {{ release.version }}がリリースされました。

New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다.

New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lang: zh_cn

现在:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```

## C API 更新
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lang: zh_tw

新:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down