예제 #1
0
  @Test
  // For https://github.com/JabRef/jabref/issues/1873
  public void containsOnlyMatchesCompletePhraseWithSlash() throws Exception {
    entry.setField(FieldName.GROUPS, "myExplicitGroup/b");

    assertFalse(group.contains(entry));
  }