Skip to content

Commit

Permalink
Added newline at end of basic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysheridan committed Oct 18, 2024
1 parent 4bd0536 commit 72a47c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strings/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1423,4 +1423,4 @@ end
@test_throws ArgumentError Base.cwstring(str_1)
@test Base.cwstring(str_2) == UInt16[0x0057, 0x006f, 0x0072, 0x0064, 0x0000]
@test Base.cwstring(str_3) == UInt16[0x0061, 0x0723, 0xd808, 0xdc00, 0x0000]
end
end

0 comments on commit 72a47c9

Please sign in to comment.