Giter Site home page Giter Site logo

hamcrest-text-patterns's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

hamcrest-text-patterns's Issues

Github project

Hi there,

I created a fork of hamcrest-text-patterns on github 
(https://github.com/wcmatthysen/hamcrest-text-patterns). The main aim of this 
fork is to enable mavenized builds. I also added a maven repository so that the 
guys using maven can include the dependency in a more convenient manner. 
However, the ideal would be to get it into central eventually. Feel free to 
check it out. Any suggestions are welcome.

Original issue reported on code.google.com by [email protected] on 25 Sep 2011 at 12:15

Update for junit4.8.1 and hamcrest 1.3RC0

I have updated the source code for junit 4.8.1 and hamcrest 1.3RC0. I'm not
quite sure what's the best way to handle the difference in the hamcrest
version between junit and the hamcrest package, though.

Feel free to include my path in the project. You need to replace the lib
dir with theese files: junit-4.8.1.jar, hamcrest-library-1.3RC0.jar,
hamcrest-core-1.3RC0.jar.

Regards,
Dirk

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 8:30

Attachments:

Sequence does not use a non-capturing group

Sequence should use a non-capturing group otherwise it cannot safely be used 
within other components.

For instance, this test will fail:

PatternComponent component = exactly(2, sequence("a", "b"));
PatternMatcher matches = new PatternMatcher(component);
assertThat("abab", matches);

This matches "abb" instead.

Original issue reported on code.google.com by [email protected] on 3 Jun 2013 at 4:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.