upgrade JPL
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1936 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
10
LGPL/JPL/java/jpl/test/SyntaxError.java
Normal file
10
LGPL/JPL/java/jpl/test/SyntaxError.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package jpl.test;
|
||||
|
||||
import jpl.Query;
|
||||
|
||||
public class SyntaxError {
|
||||
public static void main(String argv[]) {
|
||||
Query q = new Query("syntax)error");
|
||||
System.err.println(q.hasSolution() ? "yes" : "no");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user