+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
*
*******************************************************************************
* file name: bidiconf.cpp
-* encoding: US-ASCII
+* encoding: UTF-8
* tab size: 8 (not used)
* indentation:4
*
// skip 2 tests known not to work (out of 91678 cases, though
// only 86 of those tests use controls so 2.3% of those failing),
// still investigating these
- if (lineNumber==210 || lineNumber==211) {
+ if (lineNumber>=212 && lineNumber<=213) {
continue;
}