Skip to content

sig CI job "Testing if RBS docs are updated with respect to RDoc " fails #45

@olleolleolle

Description

@olleolleolle
Testing if RBS docs are updated with respect to RDoc
diff --git a/sig/base64.rbs b/sig/base64.rbs
index 3eb18ea..522b7ac 100644
--- a/sig/base64.rbs
+++ b/sig/base64.rbs
@@ -277,13 +277,13 @@ module Base64
   # `/`; see [Encoding Character
   # Set](Base64.html#module-Base64-label-Encoding+Character+Sets) above:
   #
-  #     Base64.strict_encode64("\xFB\xEF\xBE") # => "++++\n"
-  #     Base64.strict_encode64("\xFF\xFF\xFF") # => "////\n"
+  #     Base64.strict_encode64("\xFB\xEF\xBE") # => "++++"
+  #     Base64.strict_encode64("\xFF\xFF\xFF") # => "////"
   #
   # The returned string may include padding; see
   # [Padding](Base64.html#module-Base64-label-Padding) above.
   #
-  #     Base64.strict_encode64('*') # => "Kg==\n"
+  #     Base64.strict_encode64('*') # => "Kg=="
rake aborted!
Command failed with status (1): [git diff --exit-code sig/]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions