Skip to content

Commit

Permalink
Demonstrate correct parsing of SMARTS in bug 909.
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Jan 2, 2015
1 parent 41adfbc commit e977970
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -1501,4 +1501,11 @@ public void testGroup5Elements() throws Exception {
parse("C\r");
}

/**
* @cdk.bug 909
*/
@Test public void bug909() throws Exception {
parse("O=C1NCCSc2ccccc12");
}

}

0 comments on commit e977970

Please sign in to comment.