在使用0.9.2版本之前,我的测试套件运行良好。我有一个带有KarateOptions的测试运行程序来指定要执行的特性文件 features = {但是,在完成所有功能文件的测试执行之后,它将抛出行的错误。java.lang.IllegalArgumentException: Illegal group reference
at com.pro.api.tests.features.Tes
我有一个运行在tomcat 7.0.48中的java webapp,它在我的pc (Ubuntu16.04LTS)中正常运行,但是在服务器(Debian挤压)上,当我执行一个操作时,它会给出这个异常:java.lang.IllegalArgumentException: Illegal pattern character 'e'
at java.text.SimpleDateFormat.compile
每当我运行java.lang.IllegalArgumentException时,我的程序就是打印它。它用不同的表达式替换某些模式,包括它匹配的模式中的组。它替换了一部分模式,然后出现了以下错误:
Exception in thread "main" java.lang.IllegalArgumentException: Illegal group referencejava.util.regex.Matcher.appendReplacement(