mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
format2
This commit is contained in:
parent
a1961a65a0
commit
ef6df48946
1 changed files with 2 additions and 2 deletions
|
|
@ -2487,10 +2487,10 @@ public:
|
|||
s2 << StringRef ("def");
|
||||
expect (s2 == "1234567890xyz123123def");
|
||||
|
||||
String sPrealloc("a");
|
||||
String sPrealloc ("a");
|
||||
sPrealloc.preallocateBytes (10);
|
||||
sPrealloc += "bcd";
|
||||
expect(sPrealloc == "abcd");
|
||||
expect (sPrealloc == "abcd");
|
||||
|
||||
// int16
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue