13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
|
|
// Multi-line and trigraph string pre-preprocessing test
|
||
|
|
default{timer(){
|
||
|
|
llOwnerSay("String \\
|
||
|
|
String ??/??/
|
||
|
|
Check ??/\
|
||
|
|
Test \??/
|
||
|
|
Yes\nblah");
|
||
|
|
"\
|
||
|
|
"
|
||
|
|
;
|
||
|
|
llOwnerSay("ok");
|
||
|
|
}}
|