mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3186 added (key) markers in comparison
X-SVN-Rev: 16431
This commit is contained in:
parent
2ddb970446
commit
20a2aa0fbd
1 changed files with 8 additions and 0 deletions
|
@ -1066,6 +1066,14 @@ public class LDMLComparator {
|
|||
}
|
||||
|
||||
}
|
||||
if(m_Vetting) { // TODO: all?
|
||||
Node keyNode = attr.getNamedItem("key");
|
||||
String keyIndex="";
|
||||
if(keyNode!=null){
|
||||
String temp =keyNode.getNodeValue();
|
||||
index = index + " (" + temp + ")";
|
||||
}
|
||||
}
|
||||
String nodeValue = "";
|
||||
Node valueNode = childOfSource.getFirstChild();
|
||||
if(valueNode != null){
|
||||
|
|
Loading…
Add table
Reference in a new issue