The pipe operator must not be used from inside parenthesis.
("world" -> test); // ^^ Pipe operator inside of parenthesis.
Get rid of the parenthesis or don't use pipes.