Initial value:= {
"\n",
" \t \n",
"expected text\n",
" expected text \n",
"expected text \t\n",
" \t expected text\n",
" \t expected text \t\n",
"expected text#\n",
"expected text\t #\n",
"expected text# \n",
"expected text # not expected \n",
"#\n",
"\t #\n",
" # not expected \n",
}
A case of expected output data that is produced from two different configurations.
Note that the implementation of StringInputStream joins the input container with "\n", so the inputs are always changed before being read. The name of this variable reflects that TextReader does not change them during reading.