-
-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split multibyte class names from Marshal fixtures into their own file
This removes the dependency on module_eval. It does use the magic comment to force the file encoding, but that one is present in the main fixture as well.
- Loading branch information
Showing
2 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# -*- encoding: utf-8 -*- | ||
|
||
module MarshalSpec | ||
class MultibyteぁあぃいClass | ||
end | ||
|
||
module MultibyteけげこごModule | ||
end | ||
|
||
class MultibyteぁあぃいTime < Time | ||
end | ||
end |