aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/llsdserialize_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/test/llsdserialize_tut.cpp20
1 files changed, 1 insertions, 19 deletions
diff --git a/linden/indra/test/llsdserialize_tut.cpp b/linden/indra/test/llsdserialize_tut.cpp
index 6fcbe4b..3e9e4b8 100644
--- a/linden/indra/test/llsdserialize_tut.cpp
+++ b/linden/indra/test/llsdserialize_tut.cpp
@@ -315,25 +315,7 @@ namespace tut
315 checkRoundTrip(msg + " non-empty string", v); 315 checkRoundTrip(msg + " non-empty string", v);
316 316
317 v = 317 v =
318"Second Life is a 3-D virtual world entirely built and owned by its residents. " 318"Welcome to this grid. We look forward to seeing you in-world!\n"
319"Since opening to the public in 2003, it has grown explosively and today is "
320"inhabited by nearly 100,000 people from around the globe.\n"
321"\n"
322"From the moment you enter the World you'll discover a vast digital continent, "
323"teeming with people, entertainment, experiences and opportunity. Once you've "
324"explored a bit, perhaps you'll find a perfect parcel of land to build your "
325"house or business.\n"
326"\n"
327"You'll also be surrounded by the Creations of your fellow residents. Because "
328"residents retain the rights to their digital creations, they can buy, sell "
329"and trade with other residents.\n"
330"\n"
331"The Marketplace currently supports millions of US dollars in monthly "
332"transactions. This commerce is handled with the in-world currency, the Linden "
333"dollar, which can be converted to US dollars at several thriving online "
334"currency exchanges.\n"
335"\n"
336"Welcome to Second Life. We look forward to seeing you in-world!\n"
337 ; 319 ;
338 checkRoundTrip(msg + " long string", v); 320 checkRoundTrip(msg + " long string", v);
339 321