/*
* Created on May 5, 2004
*
- * Copyright (C) 2004-2010 International Business Machines Corporation and others.
+ * Copyright (C) 2004-2012 International Business Machines Corporation and others.
* All Rights Reserved.
*
*/
break;
}
- // Check that there were we didn't miss an expected break between the last one
+ // Check that we didn't miss an expected break between the last one
// and this one. (UVector returns zeros for index out of bounds.)
for (i=prevBP-1; i>bp; i--) {
if (t.expectedBreaks[i] != 0) {
// Verify that there were no missed breaks prior to the last one found
for (i=prevBP-1; i>=0; i--) {
if (t.expectedBreaks[i] != 0) {
- errln("Forward Itertion, break expected, but not found. Pos=" + i +
+ errln("Reverse Itertion, break expected, but not found. Pos=" + i +
" File line,col= " + t.srcLine[i] + ", " + t.srcCol[i]);
}
}
<locale fi>
<line>
-#<data>•abc •- •def •abc •-def •abc- •def •abc-•def•</data> # With ASCII hyphen
-#<data>•abc •‐ •def •abc •‐def •abc‐ •def •abc‐•def•</data> # With Unicode u2010 hyphen
+<data>•abc •- •def •abc •-def •abc- •def •abc-•def•</data> # With ASCII hyphen
+<data>•abc •‐ •def •abc •‐def •abc‐ •def •abc‐•def•</data> # With Unicode u2010 hyphen