mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
406 B
JavaScript
10 lines
406 B
JavaScript
function sayHello() {
|
|
nok = 'A rather long string of English text, an error message \
|
|
actually that just keeps going and going -- an error \
|
|
message to make the Energizer bunny blush (right through \
|
|
those Schwarzenegger shades)! Where was I? Oh yes, \
|
|
you\'ve got an error and all the extraneous whitespace is \
|
|
just gravy. Have a nice day.';
|
|
ok = 'ok';
|
|
}
|