Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaStrings/InlineStrings.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 226a2fe61982bba0df2539bfebfe7c26194bd557
Choose a base ref
..
head repository: JuliaStrings/InlineStrings.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 386426077e23d8f9ad201b40f91a89aeadf84f4e
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 test/runtests.jl
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -568,6 +568,7 @@ end
end

@test inlinestrings(["a", "b", ""]) == [String1("a"), String1("b"), String1("")]
@test String1("") == ""

# only test package extension on >= 1.9.0
if VERSION >= v"1.9.0" && Sys.WORD_SIZE == 64