cheptsov b31ca385c9 Fixed broken tests and compilation
Rollbacked some of Breandan's changes
2016-11-02 14:42:59 +01:00

8 lines
245 B
Java

public class Test {
public static void main(String[] args) {
System.out.println("simple:website");
System.out.println("simple:key with spaces");
System.out.println("simple:<error descr="Unresolved property">websit"</error>);
}
}