Commit Graph

17 Commits (81b8b1b11ce09a2778440a5890dfd2de0065855b)

Author SHA1 Message Date
Aadhavan Srinivasan 2934e7a20f Wrote tests for backreferences 4 weeks ago
Aadhavan Srinivasan 8327450dd2 Started implementing backreferences (octal values should now be prefaced with \0) 4 weeks ago
Aadhavan Srinivasan eb0ab9f7ec Wrote test for FindAllStringSubmatch() 4 weeks ago
Aadhavan Srinivasan d1958f289c Commented out tests that would only pass with Longest() 4 weeks ago
Aadhavan Srinivasan d172a58258 Throw error if match isn't found but test.result has >0 elements 4 weeks ago
Aadhavan Srinivasan 6334435b83 Updated tests since the engine uses Perl matching instead of POSIX matching; added tests for FindStringSubmatch 4 weeks ago
Aadhavan Srinivasan e167cdb2cb Fixed mistake in test output 1 month ago
Aadhavan Srinivasan 7e6b02632f Added more tests; commented out tests that I am failing 1 month ago
Aadhavan Srinivasan 2a9ae0b68a Wrote test for 'FindSubmatch' 1 month ago
Aadhavan Srinivasan 783ae2ad10 Updated call to 'isValid' with call to 'IsValid' 1 month ago
Aadhavan Srinivasan 02bc8f30a2 Added test for 'Find' 1 month ago
Aadhavan Srinivasan e9d4e857cf Run 'TestFindAllStrings' since that function has been implemented 1 month ago
Aadhavan Srinivasan 8eda5055ff Replaced call to 'FindAllMatches' with call to 'FindAll' or 'FindAllSubmatch' depending on whether I need submatches 1 month ago
Aadhavan Srinivasan 1bfb09b6c7 Made 'FindString' a method of 'Reg' 1 month ago
Aadhavan Srinivasan 7431b1a7b2 Changed \Z to \z to fit with Go's naming 1 month ago
Aadhavan Srinivasan db7c884b83 Added test for start-of-input and end-of-input assertion 1 month ago
Aadhavan Srinivasan aef8152fc1 Renamed package 'greg' to 'regex' 1 month ago