- Timestamp:
- 05/29/15 12:07:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogParser.java
r1909 r1951 729 729 */ 730 730 private Pattern htmlElementSpecPattern = Pattern.compile 731 ("(document\\(path=([\\w/\\-#$&% ]+)\\))|((\\w+)(\\[(\\d+)\\]|\\(htmlId=([\\w\\-_#]+)\\))?)");731 ("(document\\(path=([\\w/\\-#$&%\\.]+)\\))|((\\w+)(\\[(\\d+)\\]|\\(htmlId=([\\w\\-_#]+)\\))?)"); 732 732 733 733 /**
Note: See TracChangeset
for help on using the changeset viewer.