13.2.1-17 baseline

Former-commit-id: 3dff54e277 [formerly 4bb3ad8bde] [formerly 43aa54dc4c] [formerly e3e250c817 [formerly 43aa54dc4c [formerly 1530bd69d5e34c81edae099c0670ae3899c94d1e]]]
Former-commit-id: e3e250c817
Former-commit-id: 924d3b5332b2e82c2296a201f090a2182fccc479 [formerly 6bfab62991]
Former-commit-id: acb3d94a34
This commit is contained in:
Steve Harris 2013-03-18 13:01:37 -04:00
parent 409b19b3a9
commit 848c2097fa

View file

@ -56,7 +56,7 @@ public interface ICommonPatterns {
// LOCK_END can be added at the start of the line if a previous line has
// been locked.
public static final String listOfAreaName = "^((" + LOCK_END
+ "){0,1}((([\\w\\./'-]+\\s{1})+\\w{2}-)*(([\\w\\./'-]+\\s{1})+\\w{2}-)))";
+ "){0,1}((([\\?\\(\\)\\w\\.,/'-]+\\s{1})+\\w{2}-)*(([\\?\\(\\)\\w\\.,/'-]+\\s{1})+\\w{2}-)))";
// LOCK_END should not be found at the beginning of a first bullet since the
// previous line should be blank.