Skip to content

Commit

Permalink
Update test now that we also handle plus signs in the idiomatic strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Dec 17, 2024
1 parent 837e6ed commit af9b5ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ final class Test_SwiftSafeNames: Test_Core {

// Content type components
("application", "application", "Application", "application"),
("vendor1+json", "vendor1_plus_json", "vendor1_plus_json", "vendor1_plus_json"),
("vendor1+json", "vendor1_plus_json", "Vendor1Json", "vendor1Json"),

// Known real-world examples
("+1", "_plus_1", "_plus_1", "_plus_1"), ("-1", "_hyphen_1", "_hyphen_1", "_hyphen_1"),
Expand Down

0 comments on commit af9b5ff

Please sign in to comment.