japl/tests/japl/meta/raw.jpl

28 lines
347 B
Plaintext

//[Test: raw]
//[source: raw]
print("Hi", readLine());
print("aaaaaaa");
printErr("Bye", readLine());
printErr("bbbbbbb");
//stdout:This is not a part of the expected output
//[end]
/*
[stdin]
person
very important person
[end]
[stdout]
Hi person
[end]
[stdout: re]
a*
[end]
[stderr]
Bye very important person
[end]
[stderr: re]
b*
[end]
[end]
*/